Color Hex Logo

#959fcf Color Hex

#959FCF
(149,159,207)
0 Favorites   0 Comments

Color spaces of #959fcf

RGB 149159207
HSL0.640.380.70
HSV230°28°81°
CMYK 0.280.230.00   0.19
XYZ36.055035.690864.0202
Yxy35.69080.26560.2629
Hunter Lab59.74183.1791-21.7168
CIE-Lab66.28307.2795-25.6845

#959fcf color RGB value is (149,159,207).

#959fcf hex color red value is 149, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #959fcf hue: 0.64 , saturation: 0.38 and the lightness value of 959fcf is 0.70.

The process color (four color CMYK) of #959fcf color hex is 0.28, 0.23, 0.00, 0.19. Web safe color of #959fcf is #9999cc. Color #959fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011111 11001111
Octal 225 237 317
Decimal 149 159 207
Hex 95 9F CF

RGB Percentages of Color #959fcf

%28.93
%30.87
%40.19

CMYK Percentages of Color #959fcf

%28
%23
%0
%19

Triadic Colors of #959fcf

#959fcf #cf959f #9fcf95

Analogous Colors of #959fcf

#959fcf #a895cf #95bccf

Monochromatic Colors of #959fcf

#959fcf

Complementary Color

#959fcf #cfc595

#959fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#959fcf Color CSS Codes

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

#959fcf Text Font Color

<p style="color:#959fcf">Text here</p>

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


#959fcf Background Color

<div style="background-color:#959fcf">
Div content here</div>

This div background color is #959fcf


#959fcf Border Color

<div style="border:3px solid #959fcf">
Div here</div>

This div border color is #959fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,159,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #959fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #959fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #959fcf;
  box-shadow:         1px 1px 3px 2px #959fcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959fcf


Comments

No comments written yet.

Please login to write comment.