Color Hex Logo

#958ccb Color Hex

#958CCB
(149,140,203)
0 Favorites   0 Comments

Color spaces of #958ccb

RGB 149140203
HSL0.690.380.67
HSV249°31°80°
CMYK 0.270.310.00   0.20
XYZ32.552029.457560.4701
Yxy29.45750.26580.2405
Hunter Lab54.274812.0769-28.0655
CIE-Lab61.183317.1375-31.3210

#958ccb color RGB value is (149,140,203).

#958ccb hex color red value is 149, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #958ccb hue: 0.69 , saturation: 0.38 and the lightness value of 958ccb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11001011
Octal 225 214 313
Decimal 149 140 203
Hex 95 8C CB

RGB Percentages of Color #958ccb

%30.28
%28.46
%41.26

CMYK Percentages of Color #958ccb

%27
%31
%0
%20

Triadic Colors of #958ccb

#958ccb #cb958c #8ccb95

Analogous Colors of #958ccb

#958ccb #b58ccb #8ca3cb

Monochromatic Colors of #958ccb

#958ccb

Complementary Color

#958ccb #c2cb8c

#958ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958ccb Color CSS Codes

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

#958ccb Text Font Color

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

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


#958ccb Background Color

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

This div background color is #958ccb


#958ccb Border Color

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

This div border color is #958ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958ccb


Comments

No comments written yet.

Please login to write comment.