Color Hex Logo

#3995be Color Hex

#3995BE
(57,149,190)
0 Favorites   0 Comments

Color spaces of #3995be

RGB 57149190
HSL0.550.540.48
HSV198°70°75°
CMYK 0.700.220.00   0.25
XYZ21.729126.082552.6044
Yxy26.08250.21640.2597
Hunter Lab51.0710-13.4282-25.3204
CIE-Lab58.1153-13.7326-29.1491

#3995be color RGB value is (57,149,190).

#3995be hex color red value is 57, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3995be hue: 0.55 , saturation: 0.54 and the lightness value of 3995be is 0.48.

The process color (four color CMYK) of #3995be color hex is 0.70, 0.22, 0.00, 0.25. Web safe color of #3995be is #3399cc. Color #3995be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010101 10111110
Octal 71 225 276
Decimal 57 149 190
Hex 39 95 BE

RGB Percentages of Color #3995be

%14.39
%37.63
%47.98

CMYK Percentages of Color #3995be

%70
%22
%0
%25

Triadic Colors of #3995be

#3995be #be3995 #95be39

Analogous Colors of #3995be

#3995be #3953be #39bea5

Monochromatic Colors of #3995be

#3995be

Complementary Color

#3995be #be6239

#3995be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3995be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3995be Color CSS Codes

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

#3995be Text Font Color

<p style="color:#3995be">Text here</p>

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


#3995be Background Color

<div style="background-color:#3995be">
Div content here</div>

This div background color is #3995be


#3995be Border Color

<div style="border:3px solid #3995be">
Div here</div>

This div border color is #3995be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,149,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3995be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3995be;
  -webkit-box-shadow: 1px 1px 3px 2px #3995be;
  box-shadow:         1px 1px 3px 2px #3995be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3995be


Comments

No comments written yet.

Please login to write comment.