Color Hex Logo

#c991cd Color Hex

#C991CD
(201,145,205)
0 Favorites   0 Comments

Color spaces of #c991cd

RGB 201145205
HSL0.820.380.69
HSV296°29°80°
CMYK 0.020.290.00   0.20
XYZ45.232237.076162.5300
Yxy37.07610.31230.2560
Hunter Lab60.890126.0408-18.2637
CIE-Lab67.334131.1684-22.5620

#c991cd color RGB value is (201,145,205).

#c991cd hex color red value is 201, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c991cd hue: 0.82 , saturation: 0.38 and the lightness value of c991cd is 0.69.

The process color (four color CMYK) of #c991cd color hex is 0.02, 0.29, 0.00, 0.20. Web safe color of #c991cd is #cc99cc. Color #c991cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 11001101
Octal 311 221 315
Decimal 201 145 205
Hex C9 91 CD

RGB Percentages of Color #c991cd

%36.48
%26.32
%37.21

CMYK Percentages of Color #c991cd

%2
%29
%0
%20

Triadic Colors of #c991cd

#c991cd #cdc991 #91cdc9

Analogous Colors of #c991cd

#c991cd #cd91b3 #ab91cd

Monochromatic Colors of #c991cd

#c991cd

Complementary Color

#c991cd #95cd91

#c991cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c991cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c991cd Color CSS Codes

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

#c991cd Text Font Color

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

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


#c991cd Background Color

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

This div background color is #c991cd


#c991cd Border Color

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

This div border color is #c991cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,145,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c991cd


Comments

No comments written yet.

Please login to write comment.