Color Hex Logo

#395dce Color Hex

#395DCE
(57,93,206)
0 Favorites   0 Comments

Color spaces of #395dce

RGB 5793206
HSL0.630.600.52
HSV226°72°81°
CMYK 0.720.550.00   0.19
XYZ16.742313.154860.0492
Yxy13.15480.18610.1463
Hunter Lab36.269518.9253-72.7740
CIE-Lab42.995625.9910-62.2968

#395dce color RGB value is (57,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 11001110
Octal 71 135 316
Decimal 57 93 206
Hex 39 5D CE

RGB Percentages of Color #395dce

%16.01
%26.12
%57.87

CMYK Percentages of Color #395dce

%72
%55
%0
%19

Triadic Colors of #395dce

#395dce #ce395d #5dce39

Analogous Colors of #395dce

#395dce #6039ce #39a8ce

Monochromatic Colors of #395dce

#395dce

Complementary Color

#395dce #ceaa39

#395dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#395dce Color CSS Codes

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

#395dce Text Font Color

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

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


#395dce Background Color

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

This div background color is #395dce


#395dce Border Color

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

This div border color is #395dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395dce


Comments

No comments written yet.

Please login to write comment.