Color Hex Logo

#c985cc Color Hex

#C985CC
(201,133,204)
0 Favorites   0 Comments

Color spaces of #c985cc

RGB 201133204
HSL0.830.410.66
HSV297°35°80°
CMYK 0.010.350.00   0.20
XYZ43.374033.552261.3169
Yxy33.55220.31380.2427
Hunter Lab57.924332.2943-22.2156
CIE-Lab64.605637.5087-26.1843

#c985cc color RGB value is (201,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 11001100
Octal 311 205 314
Decimal 201 133 204
Hex C9 85 CC

RGB Percentages of Color #c985cc

%37.36
%24.72
%37.92

CMYK Percentages of Color #c985cc

%1
%35
%0
%20

Triadic Colors of #c985cc

#c985cc #ccc985 #85ccc9

Analogous Colors of #c985cc

#c985cc #cc85ac #a685cc

Monochromatic Colors of #c985cc

#c985cc

Complementary Color

#c985cc #88cc85

#c985cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c985cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c985cc Color CSS Codes

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

#c985cc Text Font Color

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

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


#c985cc Background Color

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

This div background color is #c985cc


#c985cc Border Color

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

This div border color is #c985cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c985cc


Comments

No comments written yet.

Please login to write comment.