Color Hex Logo

#32006b Color Hex

#32006B
(50,0,107)
0 Favorites   0 Comments

Color spaces of #32006b

RGB 500107
HSL0.741.000.21
HSV268°100°42°
CMYK 0.531.000.00   0.58
XYZ3.96921.739614.0365
Yxy1.73960.20100.0881
Hunter Lab13.189430.6362-53.8654
CIE-Lab14.056743.9155-49.2110

#32006b color RGB value is (50,0,107).

#32006b hex color red value is 50, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #32006b hue: 0.74 , saturation: 1.00 and the lightness value of 32006b is 0.21.

The process color (four color CMYK) of #32006b color hex is 0.53, 1.00, 0.00, 0.58. Web safe color of #32006b is #330066. Color #32006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00000000 01101011
Octal 62 0 153
Decimal 50 0 107
Hex 32 0 6B

RGB Percentages of Color #32006b

%31.85
%0.00
%68.15

CMYK Percentages of Color #32006b

%53
%100
%0
%58

Triadic Colors of #32006b

#32006b #6b3200 #006b32

Analogous Colors of #32006b

#32006b #68006b #00046b

Monochromatic Colors of #32006b

#32006b

Complementary Color

#32006b #396b00

#32006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32006b Color CSS Codes

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

#32006b Text Font Color

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

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


#32006b Background Color

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

This div background color is #32006b


#32006b Border Color

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

This div border color is #32006b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,0,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32006b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32006b;
  -webkit-box-shadow: 1px 1px 3px 2px #32006b;
  box-shadow:         1px 1px 3px 2px #32006b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,0,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32006b

#32006b Color Palettes


Comments

No comments written yet.

Please login to write comment.