Color Hex Logo

#30265a Color Hex

#30265A
(48,38,90)
0 Favorites   0 Comments

Color spaces of #30265a

RGB 483890
HSL0.700.410.25
HSV252°58°35°
CMYK 0.470.580.00   0.65
XYZ3.75752.752810.0062
Yxy2.75280.22750.1667
Hunter Lab16.591611.3897-24.1431
CIE-Lab19.025419.3582-29.8654

#30265a color RGB value is (48,38,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100110 01011010
Octal 60 46 132
Decimal 48 38 90
Hex 30 26 5A

RGB Percentages of Color #30265a

%27.27
%21.59
%51.14

CMYK Percentages of Color #30265a

%47
%58
%0
%65

Triadic Colors of #30265a

#30265a #5a3026 #265a30

Analogous Colors of #30265a

#30265a #4a265a #26365a

Monochromatic Colors of #30265a

#30265a

Complementary Color

#30265a #505a26

#30265a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30265a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30265a Color CSS Codes

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

#30265a Text Font Color

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

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


#30265a Background Color

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

This div background color is #30265a


#30265a Border Color

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

This div border color is #30265a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30265a


Comments

No comments written yet.

Please login to write comment.