Color Hex Logo

#395ece Color Hex

#395ECE
(57,94,206)
0 Favorites   0 Comments

Color spaces of #395ece

RGB 5794206
HSL0.630.600.52
HSV225°72°81°
CMYK 0.720.540.00   0.19
XYZ16.830613.331560.0787
Yxy13.33150.18650.1477
Hunter Lab36.512318.3842-71.9993
CIE-Lab43.258525.3493-61.8702

#395ece color RGB value is (57,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 11001110
Octal 71 136 316
Decimal 57 94 206
Hex 39 5E CE

RGB Percentages of Color #395ece

%15.97
%26.33
%57.70

CMYK Percentages of Color #395ece

%72
%54
%0
%19

Triadic Colors of #395ece

#395ece #ce395e #5ece39

Analogous Colors of #395ece

#395ece #5f39ce #39a9ce

Monochromatic Colors of #395ece

#395ece

Complementary Color

#395ece #cea939

#395ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#395ece Color CSS Codes

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

#395ece Text Font Color

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

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


#395ece Background Color

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

This div background color is #395ece


#395ece Border Color

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

This div border color is #395ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395ece


Comments

No comments written yet.

Please login to write comment.