Color Hex Logo

#33099f Color Hex

#33099F
(51,9,159)
0 Favorites   0 Comments

Color spaces of #33099f

RGB 519159
HSL0.710.890.33
HSV257°94°62°
CMYK 0.680.940.00   0.38
XYZ7.72093.402433.0507
Yxy3.40240.17480.0770
Hunter Lab18.445642.4362-93.3235
CIE-Lab21.588354.5255-69.6042

#33099f color RGB value is (51,9,159).

#33099f hex color red value is 51, green value is 9 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #33099f hue: 0.71 , saturation: 0.89 and the lightness value of 33099f is 0.33.

The process color (four color CMYK) of #33099f color hex is 0.68, 0.94, 0.00, 0.38. Web safe color of #33099f is #330099. Color #33099f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001001 10011111
Octal 63 11 237
Decimal 51 9 159
Hex 33 9 9F

RGB Percentages of Color #33099f

%23.29
%4.11
%72.60

CMYK Percentages of Color #33099f

%68
%94
%0
%38

Triadic Colors of #33099f

#33099f #9f3309 #099f33

Analogous Colors of #33099f

#33099f #7e099f #092a9f

Monochromatic Colors of #33099f

#33099f

Complementary Color

#33099f #759f09

#33099f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33099f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33099f Color CSS Codes

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

#33099f Text Font Color

<p style="color:#33099f">Text here</p>

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


#33099f Background Color

<div style="background-color:#33099f">
Div content here</div>

This div background color is #33099f


#33099f Border Color

<div style="border:3px solid #33099f">
Div here</div>

This div border color is #33099f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,9,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33099f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33099f;
  -webkit-box-shadow: 1px 1px 3px 2px #33099f;
  box-shadow:         1px 1px 3px 2px #33099f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,9,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33099f


Comments

No comments written yet.

Please login to write comment.