Color Hex Logo

#301dad Color Hex

#301DAD
(48,29,173)
0 Favorites   0 Comments

Color spaces of #301dad

RGB 4829173
HSL0.690.710.40
HSV248°83°68°
CMYK 0.720.830.00   0.32
XYZ9.20114.524239.9235
Yxy4.52420.17150.0843
Hunter Lab21.270239.9932-96.3965
CIE-Lab25.333851.4187-71.8831

#301dad color RGB value is (48,29,173).

#301dad hex color red value is 48, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #301dad hue: 0.69 , saturation: 0.71 and the lightness value of 301dad is 0.40.

The process color (four color CMYK) of #301dad color hex is 0.72, 0.83, 0.00, 0.32. Web safe color of #301dad is #333399. Color #301dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011101 10101101
Octal 60 35 255
Decimal 48 29 173
Hex 30 1D AD

RGB Percentages of Color #301dad

%19.20
%11.60
%69.20

CMYK Percentages of Color #301dad

%72
%83
%0
%32

Triadic Colors of #301dad

#301dad #ad301d #1dad30

Analogous Colors of #301dad

#301dad #781dad #1d52ad

Monochromatic Colors of #301dad

#301dad

Complementary Color

#301dad #9aad1d

#301dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#301dad Color CSS Codes

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

#301dad Text Font Color

<p style="color:#301dad">Text here</p>

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


#301dad Background Color

<div style="background-color:#301dad">
Div content here</div>

This div background color is #301dad


#301dad Border Color

<div style="border:3px solid #301dad">
Div here</div>

This div border color is #301dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301dad;
  -webkit-box-shadow: 1px 1px 3px 2px #301dad;
  box-shadow:         1px 1px 3px 2px #301dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301dad


Comments

No comments written yet.

Please login to write comment.