Color Hex Logo

#395adc Color Hex

#395ADC
(57,90,220)
0 Favorites   0 Comments

Color spaces of #395adc

RGB 5790220
HSL0.630.700.54
HSV228°74°86°
CMYK 0.740.590.00   0.14
XYZ18.261813.349569.3244
Yxy13.34950.18090.1323
Hunter Lab36.537025.2777-86.9196
CIE-Lab43.285232.9775-69.8410

#395adc color RGB value is (57,90,220).

#395adc hex color red value is 57, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #395adc hue: 0.63 , saturation: 0.70 and the lightness value of 395adc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011010 11011100
Octal 71 132 334
Decimal 57 90 220
Hex 39 5A DC

RGB Percentages of Color #395adc

%15.53
%24.52
%59.95

CMYK Percentages of Color #395adc

%74
%59
%0
%14

Triadic Colors of #395adc

#395adc #dc395a #5adc39

Analogous Colors of #395adc

#395adc #6a39dc #39acdc

Monochromatic Colors of #395adc

#395adc

Complementary Color

#395adc #dcbb39

#395adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#395adc Color CSS Codes

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

#395adc Text Font Color

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

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


#395adc Background Color

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

This div background color is #395adc


#395adc Border Color

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

This div border color is #395adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395adc


Comments

No comments written yet.

Please login to write comment.