Color Hex Logo

#c985bb Color Hex

#C985BB
(201,133,187)
0 Favorites   0 Comments

Color spaces of #c985bb

RGB 201133187
HSL0.870.390.65
HSV312°34°79°
CMYK 0.000.340.07   0.21
XYZ41.444632.780451.1566
Yxy32.78040.33050.2614
Hunter Lab57.254229.0161-12.8977
CIE-Lab63.982734.3988-17.5797

#c985bb color RGB value is (201,133,187).

#c985bb hex color red value is 201, green value is 133 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c985bb hue: 0.87 , saturation: 0.39 and the lightness value of c985bb is 0.65.

The process color (four color CMYK) of #c985bb color hex is 0.00, 0.34, 0.07, 0.21. Web safe color of #c985bb is #cc99cc. Color #c985bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 10111011
Octal 311 205 273
Decimal 201 133 187
Hex C9 85 BB

RGB Percentages of Color #c985bb

%38.58
%25.53
%35.89

CMYK Percentages of Color #c985bb

%0
%34
%7
%21

Triadic Colors of #c985bb

#c985bb #bbc985 #85bbc9

Analogous Colors of #c985bb

#c985bb #c98599 #b585c9

Monochromatic Colors of #c985bb

#c985bb

Complementary Color

#c985bb #85c993

#c985bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c985bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c985bb Color CSS Codes

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

#c985bb Text Font Color

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

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


#c985bb Background Color

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

This div background color is #c985bb


#c985bb Border Color

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

This div border color is #c985bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c985bb


Comments

No comments written yet.

Please login to write comment.