Color Hex Logo

#c985cd Color Hex

#C985CD
(201,133,205)
0 Favorites   0 Comments

Color spaces of #c985cd

RGB 201133205
HSL0.820.420.66
HSV297°35°80°
CMYK 0.020.350.00   0.20
XYZ43.494433.600361.9507
Yxy33.60030.31280.2416
Hunter Lab57.965832.4967-22.7899
CIE-Lab64.644137.6986-26.6851

#c985cd color RGB value is (201,133,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 11001101
Octal 311 205 315
Decimal 201 133 205
Hex C9 85 CD

RGB Percentages of Color #c985cd

%37.29
%24.68
%38.03

CMYK Percentages of Color #c985cd

%2
%35
%0
%20

Triadic Colors of #c985cd

#c985cd #cdc985 #85cdc9

Analogous Colors of #c985cd

#c985cd #cd85ad #a585cd

Monochromatic Colors of #c985cd

#c985cd

Complementary Color

#c985cd #89cd85

#c985cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c985cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c985cd Color CSS Codes

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

#c985cd Text Font Color

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

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


#c985cd Background Color

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

This div background color is #c985cd


#c985cd Border Color

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

This div border color is #c985cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c985cd


Comments

No comments written yet.

Please login to write comment.