Color Hex Logo

#30159c Color Hex

#30159C
(48,21,156)
0 Favorites   0 Comments

Color spaces of #30159c

RGB 4821156
HSL0.700.760.35
HSV252°87°61°
CMYK 0.690.870.00   0.39
XYZ7.48783.565031.7460
Yxy3.56500.17500.0833
Hunter Lab18.881237.7464-86.4707
CIE-Lab22.177849.7831-66.7953

#30159c color RGB value is (48,21,156).

#30159c hex color red value is 48, green value is 21 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30159c hue: 0.70 , saturation: 0.76 and the lightness value of 30159c is 0.35.

The process color (four color CMYK) of #30159c color hex is 0.69, 0.87, 0.00, 0.39. Web safe color of #30159c is #330099. Color #30159c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 10011100
Octal 60 25 234
Decimal 48 21 156
Hex 30 15 9C

RGB Percentages of Color #30159c

%21.33
%9.33
%69.33

CMYK Percentages of Color #30159c

%69
%87
%0
%39

Triadic Colors of #30159c

#30159c #9c3015 #159c30

Analogous Colors of #30159c

#30159c #74159c #153e9c

Monochromatic Colors of #30159c

#30159c

Complementary Color

#30159c #819c15

#30159c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30159c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30159c Color CSS Codes

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

#30159c Text Font Color

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

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


#30159c Background Color

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

This div background color is #30159c


#30159c Border Color

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

This div border color is #30159c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,21,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 #30159c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30159c


Comments

No comments written yet.

Please login to write comment.