Color Hex Logo

#391edc Color Hex

#391EDC
(57,30,220)
0 Favorites   0 Comments

Color spaces of #391edc

RGB 5730220
HSL0.690.760.49
HSV249°86°86°
CMYK 0.740.860.00   0.14
XYZ15.06996.965768.2604
Yxy6.96570.16690.0771
Hunter Lab26.392655.7345-134.8696
CIE-Lab31.728764.8933-88.8812

#391edc color RGB value is (57,30,220).

#391edc hex color red value is 57, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #391edc hue: 0.69 , saturation: 0.76 and the lightness value of 391edc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011110 11011100
Octal 71 36 334
Decimal 57 30 220
Hex 39 1E DC

RGB Percentages of Color #391edc

%18.57
%9.77
%71.66

CMYK Percentages of Color #391edc

%74
%86
%0
%14

Triadic Colors of #391edc

#391edc #dc391e #1edc39

Analogous Colors of #391edc

#391edc #981edc #1e62dc

Monochromatic Colors of #391edc

#391edc

Complementary Color

#391edc #c1dc1e

#391edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#391edc Color CSS Codes

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

#391edc Text Font Color

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

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


#391edc Background Color

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

This div background color is #391edc


#391edc Border Color

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

This div border color is #391edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391edc


Comments

No comments written yet.

Please login to write comment.