Color Hex Logo

#c97cbc Color Hex

#C97CBC
(201,124,188)
0 Favorites   0 Comments

Color spaces of #c97cbc

RGB 201124188
HSL0.860.420.64
HSV310°38°79°
CMYK 0.000.380.06   0.21
XYZ40.372130.463751.3292
Yxy30.46370.33050.2494
Hunter Lab55.193933.9761-16.5027
CIE-Lab62.052339.4205-21.0827

#c97cbc color RGB value is (201,124,188).

#c97cbc hex color red value is 201, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c97cbc hue: 0.86 , saturation: 0.42 and the lightness value of c97cbc is 0.64.

The process color (four color CMYK) of #c97cbc color hex is 0.00, 0.38, 0.06, 0.21. Web safe color of #c97cbc is #cc66cc. Color #c97cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 10111100
Octal 311 174 274
Decimal 201 124 188
Hex C9 7C BC

RGB Percentages of Color #c97cbc

%39.18
%24.17
%36.65

CMYK Percentages of Color #c97cbc

%0
%38
%6
%21

Triadic Colors of #c97cbc

#c97cbc #bcc97c #7cbcc9

Analogous Colors of #c97cbc

#c97cbc #c97c96 #b07cc9

Monochromatic Colors of #c97cbc

#c97cbc

Complementary Color

#c97cbc #7cc989

#c97cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97cbc Color CSS Codes

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

#c97cbc Text Font Color

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

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


#c97cbc Background Color

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

This div background color is #c97cbc


#c97cbc Border Color

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

This div border color is #c97cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97cbc


Comments

No comments written yet.

Please login to write comment.