Color Hex Logo

#30052a Color Hex

#30052A
(48,5,42)
0 Favorites   0 Comments

Color spaces of #30052a

RGB 48542
HSL0.860.810.10
HSV308°90°19°
CMYK 0.000.900.13   0.81
XYZ1.69110.90412.2759
Yxy0.90410.34720.1856
Hunter Lab9.508415.1070-7.5355
CIE-Lab8.165626.3691-13.4280

#30052a color RGB value is (48,5,42).

#30052a hex color red value is 48, green value is 5 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #30052a hue: 0.86 , saturation: 0.81 and the lightness value of 30052a is 0.10.

The process color (four color CMYK) of #30052a color hex is 0.00, 0.90, 0.13, 0.81. Web safe color of #30052a is #330033. Color #30052a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 00101010
Octal 60 5 52
Decimal 48 5 42
Hex 30 5 2A

RGB Percentages of Color #30052a

%50.53
%5.26
%44.21

CMYK Percentages of Color #30052a

%0
%90
%13
%81

Triadic Colors of #30052a

#30052a #2a3005 #052a30

Analogous Colors of #30052a

#30052a #300514 #210530

Monochromatic Colors of #30052a

#30052a

Complementary Color

#30052a #05300b

#30052a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30052a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30052a Color CSS Codes

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

#30052a Text Font Color

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

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


#30052a Background Color

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

This div background color is #30052a


#30052a Border Color

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

This div border color is #30052a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30052a


Comments

No comments written yet.

Please login to write comment.