Color Hex Logo

#395ecd Color Hex

#395ECD
(57,94,205)
0 Favorites   0 Comments

Color spaces of #395ecd

RGB 5794205
HSL0.630.600.51
HSV225°72°80°
CMYK 0.720.540.00   0.20
XYZ16.709513.283059.4408
Yxy13.28300.18680.1485
Hunter Lab36.445918.0575-71.1860
CIE-Lab43.186624.9844-61.4116

#395ecd color RGB value is (57,94,205).

#395ecd hex color red value is 57, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #395ecd hue: 0.63 , saturation: 0.60 and the lightness value of 395ecd is 0.51.

The process color (four color CMYK) of #395ecd color hex is 0.72, 0.54, 0.00, 0.20. Web safe color of #395ecd is #3366cc. Color #395ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 11001101
Octal 71 136 315
Decimal 57 94 205
Hex 39 5E CD

RGB Percentages of Color #395ecd

%16.01
%26.40
%57.58

CMYK Percentages of Color #395ecd

%72
%54
%0
%20

Triadic Colors of #395ecd

#395ecd #cd395e #5ecd39

Analogous Colors of #395ecd

#395ecd #5e39cd #39a8cd

Monochromatic Colors of #395ecd

#395ecd

Complementary Color

#395ecd #cda839

#395ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#395ecd Color CSS Codes

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

#395ecd Text Font Color

<p style="color:#395ecd">Text here</p>

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


#395ecd Background Color

<div style="background-color:#395ecd">
Div content here</div>

This div background color is #395ecd


#395ecd Border Color

<div style="border:3px solid #395ecd">
Div here</div>

This div border color is #395ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,94,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 #395ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395ecd


Comments

No comments written yet.

Please login to write comment.