Color Hex Logo

#958cdf Color Hex

#958CDF
(149,140,223)
0 Favorites   0 Comments

Color spaces of #958cdf

RGB 149140223
HSL0.680.560.71
HSV247°37°87°
CMYK 0.330.370.00   0.13
XYZ35.091830.473473.8445
Yxy30.47340.25170.2186
Hunter Lab55.202716.8659-40.6701
CIE-Lab62.060622.2274-41.1307

#958cdf color RGB value is (149,140,223).

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

The process color (four color CMYK) of #958cdf color hex is 0.33, 0.37, 0.00, 0.13. Web safe color of #958cdf is #9999cc. Color #958cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11011111
Octal 225 214 337
Decimal 149 140 223
Hex 95 8C DF

RGB Percentages of Color #958cdf

%29.10
%27.34
%43.55

CMYK Percentages of Color #958cdf

%33
%37
%0
%13

Triadic Colors of #958cdf

#958cdf #df958c #8cdf95

Analogous Colors of #958cdf

#958cdf #bf8cdf #8caddf

Monochromatic Colors of #958cdf

#958cdf

Complementary Color

#958cdf #d6df8c

#958cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cdf Color CSS Codes

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

#958cdf Text Font Color

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

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


#958cdf Background Color

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

This div background color is #958cdf


#958cdf Border Color

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

This div border color is #958cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cdf


Comments

No comments written yet.

Please login to write comment.