Color Hex Logo

#381dad Color Hex

#381DAD
(56,29,173)
0 Favorites   0 Comments

Color spaces of #381dad

RGB 5629173
HSL0.700.710.40
HSV251°83°68°
CMYK 0.680.830.00   0.32
XYZ9.61314.736639.9428
Yxy4.73660.17710.0872
Hunter Lab21.763740.7574-93.5798
CIE-Lab25.970852.0499-70.8080

#381dad color RGB value is (56,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011101 10101101
Octal 70 35 255
Decimal 56 29 173
Hex 38 1D AD

RGB Percentages of Color #381dad

%21.71
%11.24
%67.05

CMYK Percentages of Color #381dad

%68
%83
%0
%32

Triadic Colors of #381dad

#381dad #ad381d #1dad38

Analogous Colors of #381dad

#381dad #801dad #1d4aad

Monochromatic Colors of #381dad

#381dad

Complementary Color

#381dad #92ad1d

#381dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#381dad Color CSS Codes

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

#381dad Text Font Color

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

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


#381dad Background Color

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

This div background color is #381dad


#381dad Border Color

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

This div border color is #381dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381dad


Comments

No comments written yet.

Please login to write comment.