Color Hex Logo

#30209c Color Hex

#30209C
(48,32,156)
0 Favorites   0 Comments

Color spaces of #30209c

RGB 4832156
HSL0.690.660.37
HSV248°79°61°
CMYK 0.690.790.00   0.39
XYZ7.73624.061731.8287
Yxy4.06170.17730.0931
Hunter Lab20.153733.2502-79.5292
CIE-Lab23.874444.8148-63.9853

#30209c color RGB value is (48,32,156).

#30209c hex color red value is 48, green value is 32 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30209c hue: 0.69 , saturation: 0.66 and the lightness value of 30209c is 0.37.

The process color (four color CMYK) of #30209c color hex is 0.69, 0.79, 0.00, 0.39. Web safe color of #30209c is #333399. Color #30209c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100000 10011100
Octal 60 40 234
Decimal 48 32 156
Hex 30 20 9C

RGB Percentages of Color #30209c

%20.34
%13.56
%66.10

CMYK Percentages of Color #30209c

%69
%79
%0
%39

Triadic Colors of #30209c

#30209c #9c3020 #209c30

Analogous Colors of #30209c

#30209c #6e209c #204e9c

Monochromatic Colors of #30209c

#30209c

Complementary Color

#30209c #8c9c20

#30209c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30209c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30209c Color CSS Codes

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

#30209c Text Font Color

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

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


#30209c Background Color

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

This div background color is #30209c


#30209c Border Color

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

This div border color is #30209c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,32,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30209c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30209c;
  -webkit-box-shadow: 1px 1px 3px 2px #30209c;
  box-shadow:         1px 1px 3px 2px #30209c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,32,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30209c


Comments

No comments written yet.

Please login to write comment.