Color Hex Logo

#30208d Color Hex

#30208D
(48,32,141)
0 Favorites   0 Comments

Color spaces of #30208d

RGB 4832141
HSL0.690.630.34
HSV249°77°55°
CMYK 0.660.770.00   0.45
XYZ6.54323.584525.5463
Yxy3.58450.18340.1005
Hunter Lab18.932828.5576-66.7480
CIE-Lab22.247340.0623-57.4102

#30208d color RGB value is (48,32,141).

#30208d hex color red value is 48, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #30208d hue: 0.69 , saturation: 0.63 and the lightness value of 30208d is 0.34.

The process color (four color CMYK) of #30208d color hex is 0.66, 0.77, 0.00, 0.45. Web safe color of #30208d is #333399. Color #30208d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100000 10001101
Octal 60 40 215
Decimal 48 32 141
Hex 30 20 8D

RGB Percentages of Color #30208d

%21.72
%14.48
%63.80

CMYK Percentages of Color #30208d

%66
%77
%0
%45

Triadic Colors of #30208d

#30208d #8d3020 #208d30

Analogous Colors of #30208d

#30208d #67208d #20468d

Monochromatic Colors of #30208d

#30208d

Complementary Color

#30208d #7d8d20

#30208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30208d Color CSS Codes

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

#30208d Text Font Color

<p style="color:#30208d">Text here</p>

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


#30208d Background Color

<div style="background-color:#30208d">
Div content here</div>

This div background color is #30208d


#30208d Border Color

<div style="border:3px solid #30208d">
Div here</div>

This div border color is #30208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30208d


Comments

No comments written yet.

Please login to write comment.