Color Hex Logo

#c97fbd Color Hex

#C97FBD
(201,127,189)
0 Favorites   0 Comments

Color spaces of #c97fbd

RGB 201127189
HSL0.860.410.64
HSV310°37°79°
CMYK 0.000.370.06   0.21
XYZ40.862131.270452.0262
Yxy31.27040.32910.2519
Hunter Lab55.919932.5745-16.0176
CIE-Lab62.735237.9911-20.6066

#c97fbd color RGB value is (201,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 10111101
Octal 311 177 275
Decimal 201 127 189
Hex C9 7F BD

RGB Percentages of Color #c97fbd

%38.88
%24.56
%36.56

CMYK Percentages of Color #c97fbd

%0
%37
%6
%21

Triadic Colors of #c97fbd

#c97fbd #bdc97f #7fbdc9

Analogous Colors of #c97fbd

#c97fbd #c97f98 #b07fc9

Monochromatic Colors of #c97fbd

#c97fbd

Complementary Color

#c97fbd #7fc98b

#c97fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97fbd Color CSS Codes

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

#c97fbd Text Font Color

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

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


#c97fbd Background Color

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

This div background color is #c97fbd


#c97fbd Border Color

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

This div border color is #c97fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97fbd


Comments

No comments written yet.

Please login to write comment.