Color Hex Logo

#352fbe Color Hex

#352FBE
(53,47,190)
0 Favorites   0 Comments

Color spaces of #352fbe

RGB 5347190
HSL0.670.600.46
HSV243°75°75°
CMYK 0.720.750.00   0.25
XYZ11.77906.507649.3505
Yxy6.50760.17410.0962
Hunter Lab25.510037.7782-96.8428
CIE-Lab30.658648.1688-73.1834

#352fbe color RGB value is (53,47,190).

#352fbe hex color red value is 53, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #352fbe hue: 0.67 , saturation: 0.60 and the lightness value of 352fbe is 0.46.

The process color (four color CMYK) of #352fbe color hex is 0.72, 0.75, 0.00, 0.25. Web safe color of #352fbe is #3333cc. Color #352fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101111 10111110
Octal 65 57 276
Decimal 53 47 190
Hex 35 2F BE

RGB Percentages of Color #352fbe

%18.28
%16.21
%65.52

CMYK Percentages of Color #352fbe

%72
%75
%0
%25

Triadic Colors of #352fbe

#352fbe #be352f #2fbe35

Analogous Colors of #352fbe

#352fbe #7d2fbe #2f71be

Monochromatic Colors of #352fbe

#352fbe

Complementary Color

#352fbe #b8be2f

#352fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#352fbe Color CSS Codes

.mybgcolor {background-color:#352fbe; } 
.myforecolor {color:#352fbe; }
.mybordercolor {border:3px solid #352fbe; }

#352fbe Text Font Color

<p style="color:#352fbe">Text here</p>

This sample text font color is #352fbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#352fbe Background Color

<div style="background-color:#352fbe">
Div content here</div>

This div background color is #352fbe


#352fbe Border Color

<div style="border:3px solid #352fbe">
Div here</div>

This div border color is #352fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,47,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #352fbe;
  box-shadow:         1px 1px 3px 2px #352fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,47,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #352fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #352fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #352fbe;
  box-shadow:         1px 1px 3px 2px #352fbe;">
Div content here</div>

This div box has shadow with color #352fbe


Comments

No comments written yet.

Please login to write comment.