Color Hex Logo

#391dcd Color Hex

#391DCD
(57,29,205)
0 Favorites   0 Comments

Color spaces of #391dcd

RGB 5729205
HSL0.690.750.46
HSV250°86°80°
CMYK 0.720.860.00   0.20
XYZ13.14626.156458.2530
Yxy6.15640.16950.0794
Hunter Lab24.812151.1536-121.8306
CIE-Lab29.803761.1478-83.3895

#391dcd color RGB value is (57,29,205).

#391dcd hex color red value is 57, green value is 29 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #391dcd hue: 0.69 , saturation: 0.75 and the lightness value of 391dcd is 0.46.

The process color (four color CMYK) of #391dcd color hex is 0.72, 0.86, 0.00, 0.20. Web safe color of #391dcd is #3333cc. Color #391dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011101 11001101
Octal 71 35 315
Decimal 57 29 205
Hex 39 1D CD

RGB Percentages of Color #391dcd

%19.59
%9.97
%70.45

CMYK Percentages of Color #391dcd

%72
%86
%0
%20

Triadic Colors of #391dcd

#391dcd #cd391d #1dcd39

Analogous Colors of #391dcd

#391dcd #911dcd #1d59cd

Monochromatic Colors of #391dcd

#391dcd

Complementary Color

#391dcd #b1cd1d

#391dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#391dcd Color CSS Codes

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

#391dcd Text Font Color

<p style="color:#391dcd">Text here</p>

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


#391dcd Background Color

<div style="background-color:#391dcd">
Div content here</div>

This div background color is #391dcd


#391dcd Border Color

<div style="border:3px solid #391dcd">
Div here</div>

This div border color is #391dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,29,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #391dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #391dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #391dcd;
  box-shadow:         1px 1px 3px 2px #391dcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391dcd


Comments

No comments written yet.

Please login to write comment.