color codes Logo

#c958cb color codes

#C958CB
(201,88,203)
0 Favorites   0 Comments

Color spaces of #c958cb

RGB 20188203
HSL0.830.530.57
HSV299°57°80°
CMYK 0.010.570.00   0.20
XYZ38.356623.708859.0545
Yxy23.70880.31670.1957
Hunter Lab48.691755.4019-37.8242
CIE-Lab55.795160.0296-39.3181

#c958cb color RGB value is (201,88,203).

#c958cb hex color red value is 201, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c958cb hue: 0.83 , saturation: 0.53 and the lightness value of c958cb is 0.57.

The process color (four color CMYK) of #c958cb color code is 0.01, 0.57, 0.00, 0.20. Web safe color of #c958cb is #cc66cc. Color #c958cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 11001011
Octal 311 130 313
Decimal 201 88 203
Hex C9 58 CB

RGB Percentages of Color #c958cb

%40.85
%17.89
%41.26

CMYK Percentages of Color #c958cb

%1
%57
%0
%20

Triadic Colors of #c958cb

#c958cb #cbc958 #58cbc9

Analogous Colors of #c958cb

#c958cb #cb5894 #9058cb

Monochromatic Colors of #c958cb

#c958cb

Complementary Color

#c958cb #5acb58

#c958cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958cb Color CSS Codes

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

#c958cb Text Font Color

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

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


#c958cb Background Color

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

This div background color is #c958cb


#c958cb Border Color

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

This div border color is #c958cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,88,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c958cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c958cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c958cb;
  box-shadow:         1px 1px 3px 2px #c958cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,88,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 #c958cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958cb


Comments

No comments written yet.

Please login to write comment.