Color Hex Logo

#395cdf Color Hex

#395CDF
(57,92,223)
0 Favorites   0 Comments

Color spaces of #395cdf

RGB 5792223
HSL0.630.720.55
HSV227°74°87°
CMYK 0.740.590.00   0.13
XYZ18.833813.851971.4931
Yxy13.85190.18080.1330
Hunter Lab37.218125.1961-87.8387
CIE-Lab44.019832.7927-70.3503

#395cdf color RGB value is (57,92,223).

#395cdf hex color red value is 57, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #395cdf hue: 0.63 , saturation: 0.72 and the lightness value of 395cdf is 0.55.

The process color (four color CMYK) of #395cdf color hex is 0.74, 0.59, 0.00, 0.13. Web safe color of #395cdf is #3366cc. Color #395cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 11011111
Octal 71 134 337
Decimal 57 92 223
Hex 39 5C DF

RGB Percentages of Color #395cdf

%15.32
%24.73
%59.95

CMYK Percentages of Color #395cdf

%74
%59
%0
%13

Triadic Colors of #395cdf

#395cdf #df395c #5cdf39

Analogous Colors of #395cdf

#395cdf #6939df #39afdf

Monochromatic Colors of #395cdf

#395cdf

Complementary Color

#395cdf #dfbc39

#395cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#395cdf Color CSS Codes

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

#395cdf Text Font Color

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

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


#395cdf Background Color

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

This div background color is #395cdf


#395cdf Border Color

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

This div border color is #395cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395cdf


Comments

No comments written yet.

Please login to write comment.