Color Hex Logo

#33065b Color Hex

#33065B
(51,6,91)
0 Favorites   0 Comments

Color spaces of #33065b

RGB 51691
HSL0.750.880.19
HSV272°93°36°
CMYK 0.440.930.00   0.64
XYZ3.31871.589410.0294
Yxy1.58940.22220.1064
Hunter Lab12.607124.9258-38.3422
CIE-Lab13.165537.7098-40.0384

#33065b color RGB value is (51,6,91).

#33065b hex color red value is 51, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #33065b hue: 0.75 , saturation: 0.88 and the lightness value of 33065b is 0.19.

The process color (four color CMYK) of #33065b color hex is 0.44, 0.93, 0.00, 0.64. Web safe color of #33065b is #330066. Color #33065b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000110 01011011
Octal 63 6 133
Decimal 51 6 91
Hex 33 6 5B

RGB Percentages of Color #33065b

%34.46
%4.05
%61.49

CMYK Percentages of Color #33065b

%44
%93
%0
%64

Triadic Colors of #33065b

#33065b #5b3306 #065b33

Analogous Colors of #33065b

#33065b #5b0659 #09065b

Monochromatic Colors of #33065b

#33065b

Complementary Color

#33065b #2e5b06

#33065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33065b Color CSS Codes

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

#33065b Text Font Color

<p style="color:#33065b">Text here</p>

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


#33065b Background Color

<div style="background-color:#33065b">
Div content here</div>

This div background color is #33065b


#33065b Border Color

<div style="border:3px solid #33065b">
Div here</div>

This div border color is #33065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33065b


Comments

No comments written yet.

Please login to write comment.