Color Hex Logo

#955fcb Color Hex

#955FCB
(149,95,203)
0 Favorites   0 Comments

Color spaces of #955fcb

RGB 14995203
HSL0.750.510.58
HSV270°53°80°
CMYK 0.270.530.00   0.20
XYZ27.266118.885858.7081
Yxy18.88580.26000.1801
Hunter Lab43.457835.9425-49.6757
CIE-Lab50.553342.8924-48.0360

#955fcb color RGB value is (149,95,203).

#955fcb hex color red value is 149, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #955fcb hue: 0.75 , saturation: 0.51 and the lightness value of 955fcb is 0.58.

The process color (four color CMYK) of #955fcb color hex is 0.27, 0.53, 0.00, 0.20. Web safe color of #955fcb is #9966cc. Color #955fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 11001011
Octal 225 137 313
Decimal 149 95 203
Hex 95 5F CB

RGB Percentages of Color #955fcb

%33.33
%21.25
%45.41

CMYK Percentages of Color #955fcb

%27
%53
%0
%20

Triadic Colors of #955fcb

#955fcb #cb955f #5fcb95

Analogous Colors of #955fcb

#955fcb #cb5fcb #5f5fcb

Monochromatic Colors of #955fcb

#955fcb

Complementary Color

#955fcb #95cb5f

#955fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955fcb Color CSS Codes

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

#955fcb Text Font Color

<p style="color:#955fcb">Text here</p>

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


#955fcb Background Color

<div style="background-color:#955fcb">
Div content here</div>

This div background color is #955fcb


#955fcb Border Color

<div style="border:3px solid #955fcb">
Div here</div>

This div border color is #955fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,95,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 #955fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955fcb


Comments

No comments written yet.

Please login to write comment.