Color Hex Logo

#33066f Color Hex

#33066F
(51,6,111)
0 Favorites   0 Comments

Color spaces of #33066f

RGB 516111
HSL0.740.900.23
HSV266°95°44°
CMYK 0.540.950.00   0.56
XYZ4.29961.981815.1948
Yxy1.98180.20020.0923
Hunter Lab14.077629.8817-54.1407
CIE-Lab15.391442.8478-49.6157

#33066f color RGB value is (51,6,111).

#33066f hex color red value is 51, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #33066f hue: 0.74 , saturation: 0.90 and the lightness value of 33066f is 0.23.

The process color (four color CMYK) of #33066f color hex is 0.54, 0.95, 0.00, 0.56. Web safe color of #33066f is #330066. Color #33066f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000110 01101111
Octal 63 6 157
Decimal 51 6 111
Hex 33 6 6F

RGB Percentages of Color #33066f

%30.36
%3.57
%66.07

CMYK Percentages of Color #33066f

%54
%95
%0
%56

Triadic Colors of #33066f

#33066f #6f3306 #066f33

Analogous Colors of #33066f

#33066f #68066f #060e6f

Monochromatic Colors of #33066f

#33066f

Complementary Color

#33066f #426f06

#33066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33066f Color CSS Codes

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

#33066f Text Font Color

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

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


#33066f Background Color

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

This div background color is #33066f


#33066f Border Color

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

This div border color is #33066f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33066f


Comments

No comments written yet.

Please login to write comment.