Color Hex Logo

#30255a Color Hex

#30255A
(48,37,90)
0 Favorites   0 Comments

Color spaces of #30255a

RGB 483790
HSL0.700.420.25
HSV252°59°35°
CMYK 0.470.590.00   0.65
XYZ3.72602.68979.9956
Yxy2.68970.22700.1639
Hunter Lab16.400311.8530-24.6556
CIE-Lab18.755720.0433-30.2985

#30255a color RGB value is (48,37,90).

#30255a hex color red value is 48, green value is 37 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #30255a hue: 0.70 , saturation: 0.42 and the lightness value of 30255a is 0.25.

The process color (four color CMYK) of #30255a color hex is 0.47, 0.59, 0.00, 0.65. Web safe color of #30255a is #333366. Color #30255a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100101 01011010
Octal 60 45 132
Decimal 48 37 90
Hex 30 25 5A

RGB Percentages of Color #30255a

%27.43
%21.14
%51.43

CMYK Percentages of Color #30255a

%47
%59
%0
%65

Triadic Colors of #30255a

#30255a #5a3025 #255a30

Analogous Colors of #30255a

#30255a #4b255a #25355a

Monochromatic Colors of #30255a

#30255a

Complementary Color

#30255a #4f5a25

#30255a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30255a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30255a Color CSS Codes

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

#30255a Text Font Color

<p style="color:#30255a">Text here</p>

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


#30255a Background Color

<div style="background-color:#30255a">
Div content here</div>

This div background color is #30255a


#30255a Border Color

<div style="border:3px solid #30255a">
Div here</div>

This div border color is #30255a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,37,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30255a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30255a;
  -webkit-box-shadow: 1px 1px 3px 2px #30255a;
  box-shadow:         1px 1px 3px 2px #30255a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30255a


Comments

No comments written yet.

Please login to write comment.