Color Hex Logo

#30125d Color Hex

#30125D
(48,18,93)
0 Favorites   0 Comments

Color spaces of #30125d

RGB 481893
HSL0.730.680.22
HSV264°81°36°
CMYK 0.480.810.00   0.64
XYZ3.41101.851310.5335
Yxy1.85130.21590.1172
Hunter Lab13.606220.9379-36.3759
CIE-Lab14.686732.6539-38.9042

#30125d color RGB value is (48,18,93).

#30125d hex color red value is 48, green value is 18 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30125d hue: 0.73 , saturation: 0.68 and the lightness value of 30125d is 0.22.

The process color (four color CMYK) of #30125d color hex is 0.48, 0.81, 0.00, 0.64. Web safe color of #30125d is #330066. Color #30125d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010010 01011101
Octal 60 22 135
Decimal 48 18 93
Hex 30 12 5D

RGB Percentages of Color #30125d

%30.19
%11.32
%58.49

CMYK Percentages of Color #30125d

%48
%81
%0
%64

Triadic Colors of #30125d

#30125d #5d3012 #125d30

Analogous Colors of #30125d

#30125d #56125d #121a5d

Monochromatic Colors of #30125d

#30125d

Complementary Color

#30125d #3f5d12

#30125d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30125d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30125d Color CSS Codes

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

#30125d Text Font Color

<p style="color:#30125d">Text here</p>

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


#30125d Background Color

<div style="background-color:#30125d">
Div content here</div>

This div background color is #30125d


#30125d Border Color

<div style="border:3px solid #30125d">
Div here</div>

This div border color is #30125d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,18,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30125d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30125d;
  -webkit-box-shadow: 1px 1px 3px 2px #30125d;
  box-shadow:         1px 1px 3px 2px #30125d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30125d


Comments

No comments written yet.

Please login to write comment.