Color Hex Logo

#32009b Color Hex

#32009B
(50,0,155)
1 Favorites   0 Comments

Color spaces of #32009b

RGB 500155
HSL0.721.000.30
HSV259°100°61°
CMYK 0.681.000.00   0.39
XYZ7.23183.044731.2169
Yxy3.04470.17430.0734
Hunter Lab17.449143.4438-93.8572
CIE-Lab20.222055.7421-69.4265

#32009b color RGB value is (50,0,155).

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

The process color (four color CMYK) of #32009b color hex is 0.68, 1.00, 0.00, 0.39. Web safe color of #32009b is #330099. Color #32009b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00000000 10011011
Octal 62 0 233
Decimal 50 0 155
Hex 32 0 9B

RGB Percentages of Color #32009b

%24.39
%0.00
%75.61

CMYK Percentages of Color #32009b

%68
%100
%0
%39

Triadic Colors of #32009b

#32009b #9b3200 #009b32

Analogous Colors of #32009b

#32009b #80009b #001c9b

Monochromatic Colors of #32009b

#32009b

Complementary Color

#32009b #699b00

#32009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32009b Color CSS Codes

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

#32009b Text Font Color

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

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


#32009b Background Color

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

This div background color is #32009b


#32009b Border Color

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

This div border color is #32009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32009b


Comments

No comments written yet.

Please login to write comment.