Color Hex Logo

#395cea Color Hex

#395CEA
(57,92,234)
0 Favorites   0 Comments

Color spaces of #395cea

RGB 5792234
HSL0.630.810.57
HSV228°76°92°
CMYK 0.760.610.00   0.08
XYZ20.365814.464779.5605
Yxy14.46470.17800.1264
Hunter Lab38.032529.0271-97.4065
CIE-Lab44.892136.7313-75.1532

#395cea color RGB value is (57,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 11101010
Octal 71 134 352
Decimal 57 92 234
Hex 39 5C EA

RGB Percentages of Color #395cea

%14.88
%24.02
%61.10

CMYK Percentages of Color #395cea

%76
%61
%0
%8

Triadic Colors of #395cea

#395cea #ea395c #5cea39

Analogous Colors of #395cea

#395cea #6f39ea #39b5ea

Monochromatic Colors of #395cea

#395cea

Complementary Color

#395cea #eac739

#395cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#395cea Color CSS Codes

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

#395cea Text Font Color

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

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


#395cea Background Color

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

This div background color is #395cea


#395cea Border Color

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

This div border color is #395cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395cea


Comments

No comments written yet.

Please login to write comment.