Color Hex Logo

#30127d Color Hex

#30127D
(48,18,125)
0 Favorites   0 Comments

Color spaces of #30127d

RGB 4818125
HSL0.710.750.28
HSV257°86°49°
CMYK 0.620.860.00   0.51
XYZ5.13692.541719.6219
Yxy2.54170.18820.0931
Hunter Lab15.942729.6147-61.8128
CIE-Lab18.106242.0324-54.1647

#30127d color RGB value is (48,18,125).

#30127d hex color red value is 48, green value is 18 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #30127d hue: 0.71 , saturation: 0.75 and the lightness value of 30127d is 0.28.

The process color (four color CMYK) of #30127d color hex is 0.62, 0.86, 0.00, 0.51. Web safe color of #30127d is #330066. Color #30127d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010010 01111101
Octal 60 22 175
Decimal 48 18 125
Hex 30 12 7D

RGB Percentages of Color #30127d

%25.13
%9.42
%65.45

CMYK Percentages of Color #30127d

%62
%86
%0
%51

Triadic Colors of #30127d

#30127d #7d3012 #127d30

Analogous Colors of #30127d

#30127d #66127d #122a7d

Monochromatic Colors of #30127d

#30127d

Complementary Color

#30127d #5f7d12

#30127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30127d Color CSS Codes

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

#30127d Text Font Color

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

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


#30127d Background Color

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

This div background color is #30127d


#30127d Border Color

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

This div border color is #30127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30127d


Comments

No comments written yet.

Please login to write comment.