Color Hex Logo

#30052c Color Hex

#30052C
(48,5,44)
0 Favorites   0 Comments

Color spaces of #30052c

RGB 48544
HSL0.850.810.10
HSV306°90°19°
CMYK 0.000.900.08   0.81
XYZ1.72780.91882.4691
Yxy0.91880.33770.1796
Hunter Lab9.585415.4007-8.5627
CIE-Lab8.295826.7451-14.7202

#30052c color RGB value is (48,5,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 00101100
Octal 60 5 54
Decimal 48 5 44
Hex 30 5 2C

RGB Percentages of Color #30052c

%49.48
%5.15
%45.36

CMYK Percentages of Color #30052c

%0
%90
%8
%81

Triadic Colors of #30052c

#30052c #2c3005 #052c30

Analogous Colors of #30052c

#30052c #300516 #1f0530

Monochromatic Colors of #30052c

#30052c

Complementary Color

#30052c #053009

#30052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30052c Color CSS Codes

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

#30052c Text Font Color

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

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


#30052c Background Color

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

This div background color is #30052c


#30052c Border Color

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

This div border color is #30052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30052c


Comments

No comments written yet.

Please login to write comment.