Color Hex Logo

#958fd9 Color Hex

#958FD9
(149,143,217)
0 Favorites   0 Comments

Color spaces of #958fd9

RGB 149143217
HSL0.680.490.71
HSV245°34°85°
CMYK 0.310.340.00   0.15
XYZ34.741331.044269.8067
Yxy31.04420.25620.2290
Hunter Lab55.717313.7944-35.2807
CIE-Lab62.544918.9414-37.0327

#958fd9 color RGB value is (149,143,217).

#958fd9 hex color red value is 149, green value is 143 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #958fd9 hue: 0.68 , saturation: 0.49 and the lightness value of 958fd9 is 0.71.

The process color (four color CMYK) of #958fd9 color hex is 0.31, 0.34, 0.00, 0.15. Web safe color of #958fd9 is #9999cc. Color #958fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 11011001
Octal 225 217 331
Decimal 149 143 217
Hex 95 8F D9

RGB Percentages of Color #958fd9

%29.27
%28.09
%42.63

CMYK Percentages of Color #958fd9

%31
%34
%0
%15

Triadic Colors of #958fd9

#958fd9 #d9958f #8fd995

Analogous Colors of #958fd9

#958fd9 #ba8fd9 #8faed9

Monochromatic Colors of #958fd9

#958fd9

Complementary Color

#958fd9 #d3d98f

#958fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958fd9 Color CSS Codes

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

#958fd9 Text Font Color

<p style="color:#958fd9">Text here</p>

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


#958fd9 Background Color

<div style="background-color:#958fd9">
Div content here</div>

This div background color is #958fd9


#958fd9 Border Color

<div style="border:3px solid #958fd9">
Div here</div>

This div border color is #958fd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,143,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958fd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958fd9;
  -webkit-box-shadow: 1px 1px 3px 2px #958fd9;
  box-shadow:         1px 1px 3px 2px #958fd9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958fd9


Comments

No comments written yet.

Please login to write comment.