Color Hex Logo

#33096c Color Hex

#33096C
(51,9,108)
0 Favorites   0 Comments

Color spaces of #33096c

RGB 519108
HSL0.740.850.23
HSV265°92°42°
CMYK 0.530.920.00   0.58
XYZ4.16971.981914.3501
Yxy1.98190.20340.0967
Hunter Lab14.078028.2326-50.5814
CIE-Lab15.392041.0330-47.6557

#33096c color RGB value is (51,9,108).

#33096c hex color red value is 51, green value is 9 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #33096c hue: 0.74 , saturation: 0.85 and the lightness value of 33096c is 0.23.

The process color (four color CMYK) of #33096c color hex is 0.53, 0.92, 0.00, 0.58. Web safe color of #33096c is #330066. Color #33096c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001001 01101100
Octal 63 11 154
Decimal 51 9 108
Hex 33 9 6C

RGB Percentages of Color #33096c

%30.36
%5.36
%64.29

CMYK Percentages of Color #33096c

%53
%92
%0
%58

Triadic Colors of #33096c

#33096c #6c3309 #096c33

Analogous Colors of #33096c

#33096c #65096c #09106c

Monochromatic Colors of #33096c

#33096c

Complementary Color

#33096c #426c09

#33096c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33096c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33096c Color CSS Codes

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

#33096c Text Font Color

<p style="color:#33096c">Text here</p>

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


#33096c Background Color

<div style="background-color:#33096c">
Div content here</div>

This div background color is #33096c


#33096c Border Color

<div style="border:3px solid #33096c">
Div here</div>

This div border color is #33096c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33096c


Comments

No comments written yet.

Please login to write comment.