Color Hex Logo

#352cbe Color Hex

#352CBE
(53,44,190)
0 Favorites   0 Comments

Color spaces of #352cbe

RGB 5344190
HSL0.680.620.46
HSV244°77°75°
CMYK 0.720.770.00   0.25
XYZ11.66316.276049.3119
Yxy6.27600.17340.0933
Hunter Lab25.051939.2610-99.1692
CIE-Lab30.098449.7632-74.1092

#352cbe color RGB value is (53,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 10111110
Octal 65 54 276
Decimal 53 44 190
Hex 35 2C BE

RGB Percentages of Color #352cbe

%18.47
%15.33
%66.20

CMYK Percentages of Color #352cbe

%72
%77
%0
%25

Triadic Colors of #352cbe

#352cbe #be352c #2cbe35

Analogous Colors of #352cbe

#352cbe #7e2cbe #2c6cbe

Monochromatic Colors of #352cbe

#352cbe

Complementary Color

#352cbe #b5be2c

#352cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#352cbe Color CSS Codes

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

#352cbe Text Font Color

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

This sample text font color is #352cbe
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.


#352cbe Background Color

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

This div background color is #352cbe


#352cbe Border Color

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

This div border color is #352cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,44,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 #352cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352cbe


Comments

No comments written yet.

Please login to write comment.