Color Hex Logo

#30025f Color Hex

#30025F
(48,2,95)
0 Favorites   0 Comments

Color spaces of #30025f

RGB 48295
HSL0.750.960.19
HSV270°98°37°
CMYK 0.490.980.00   0.63
XYZ3.30621.498010.9414
Yxy1.49800.21000.0951
Hunter Lab12.239326.7995-44.4353
CIE-Lab12.595339.9618-43.6801

#30025f color RGB value is (48,2,95).

#30025f hex color red value is 48, green value is 2 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #30025f hue: 0.75 , saturation: 0.96 and the lightness value of 30025f is 0.19.

The process color (four color CMYK) of #30025f color hex is 0.49, 0.98, 0.00, 0.63. Web safe color of #30025f is #330066. Color #30025f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000010 01011111
Octal 60 2 137
Decimal 48 2 95
Hex 30 2 5F

RGB Percentages of Color #30025f

%33.10
%1.38
%65.52

CMYK Percentages of Color #30025f

%49
%98
%0
%63

Triadic Colors of #30025f

#30025f #5f3002 #025f30

Analogous Colors of #30025f

#30025f #5f025f #02025f

Monochromatic Colors of #30025f

#30025f

Complementary Color

#30025f #315f02

#30025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30025f Color CSS Codes

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

#30025f Text Font Color

<p style="color:#30025f">Text here</p>

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


#30025f Background Color

<div style="background-color:#30025f">
Div content here</div>

This div background color is #30025f


#30025f Border Color

<div style="border:3px solid #30025f">
Div here</div>

This div border color is #30025f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,2,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30025f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30025f;
  -webkit-box-shadow: 1px 1px 3px 2px #30025f;
  box-shadow:         1px 1px 3px 2px #30025f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30025f


Comments

No comments written yet.

Please login to write comment.