Color Hex Logo

#3801ad Color Hex

#3801AD
(56,1,173)
0 Favorites   0 Comments

Color spaces of #3801ad

RGB 561173
HSL0.720.990.34
HSV259°99°68°
CMYK 0.680.990.00   0.32
XYZ9.18463.879639.7999
Yxy3.87960.17370.0734
Hunter Lab19.696748.7656-106.0159
CIE-Lab23.269360.1799-75.2947

#3801ad color RGB value is (56,1,173).

#3801ad hex color red value is 56, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3801ad hue: 0.72 , saturation: 0.99 and the lightness value of 3801ad is 0.34.

The process color (four color CMYK) of #3801ad color hex is 0.68, 0.99, 0.00, 0.32. Web safe color of #3801ad is #330099. Color #3801ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 10101101
Octal 70 1 255
Decimal 56 1 173
Hex 38 1 AD

RGB Percentages of Color #3801ad

%24.35
%0.43
%75.22

CMYK Percentages of Color #3801ad

%68
%99
%0
%32

Triadic Colors of #3801ad

#3801ad #ad3801 #01ad38

Analogous Colors of #3801ad

#3801ad #8e01ad #0120ad

Monochromatic Colors of #3801ad

#3801ad

Complementary Color

#3801ad #76ad01

#3801ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3801ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3801ad Color CSS Codes

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

#3801ad Text Font Color

<p style="color:#3801ad">Text here</p>

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


#3801ad Background Color

<div style="background-color:#3801ad">
Div content here</div>

This div background color is #3801ad


#3801ad Border Color

<div style="border:3px solid #3801ad">
Div here</div>

This div border color is #3801ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,1,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3801ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3801ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3801ad;
  box-shadow:         1px 1px 3px 2px #3801ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,1,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 #3801ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3801ad


Comments

No comments written yet.

Please login to write comment.