Color Hex Logo

#301cad Color Hex

#301CAD
(48,28,173)
0 Favorites   0 Comments

Color spaces of #301cad

RGB 4828173
HSL0.690.720.39
HSV248°84°68°
CMYK 0.720.840.00   0.32
XYZ9.17704.476039.9154
Yxy4.47600.17130.0836
Hunter Lab21.156640.4033-97.0509
CIE-Lab25.186551.8531-72.1274

#301cad color RGB value is (48,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011100 10101101
Octal 60 34 255
Decimal 48 28 173
Hex 30 1C AD

RGB Percentages of Color #301cad

%19.28
%11.24
%69.48

CMYK Percentages of Color #301cad

%72
%84
%0
%32

Triadic Colors of #301cad

#301cad #ad301c #1cad30

Analogous Colors of #301cad

#301cad #791cad #1c51ad

Monochromatic Colors of #301cad

#301cad

Complementary Color

#301cad #99ad1c

#301cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#301cad Color CSS Codes

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

#301cad Text Font Color

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

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


#301cad Background Color

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

This div background color is #301cad


#301cad Border Color

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

This div border color is #301cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,28,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 #301cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301cad


Comments

No comments written yet.

Please login to write comment.