Color Hex Logo

#395cee Color Hex

#395CEE
(57,92,238)
0 Favorites   0 Comments

Color spaces of #395cee

RGB 5792238
HSL0.630.840.58
HSV228°76°93°
CMYK 0.760.610.00   0.07
XYZ20.947114.697282.6217
Yxy14.69720.17710.1243
Hunter Lab38.336930.4419-100.9428
CIE-Lab45.216638.1525-76.8750

#395cee color RGB value is (57,92,238).

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

The process color (four color CMYK) of #395cee color hex is 0.76, 0.61, 0.00, 0.07. Web safe color of #395cee is #3366ff. Color #395cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 11101110
Octal 71 134 356
Decimal 57 92 238
Hex 39 5C EE

RGB Percentages of Color #395cee

%14.73
%23.77
%61.50

CMYK Percentages of Color #395cee

%76
%61
%0
%7

Triadic Colors of #395cee

#395cee #ee395c #5cee39

Analogous Colors of #395cee

#395cee #7139ee #39b7ee

Monochromatic Colors of #395cee

#395cee

Complementary Color

#395cee #eecb39

#395cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#395cee Color CSS Codes

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

#395cee Text Font Color

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

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


#395cee Background Color

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

This div background color is #395cee


#395cee Border Color

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

This div border color is #395cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395cee


Comments

No comments written yet.

Please login to write comment.