Color Hex Logo

#c974bb Color Hex

#C974BB
(201,116,187)
0 Favorites   0 Comments

Color spaces of #c974bb

RGB 201116187
HSL0.860.440.62
HSV310°42°79°
CMYK 0.000.420.07   0.21
XYZ39.302428.496150.4425
Yxy28.49610.33240.2410
Hunter Lab53.381738.0029-18.6582
CIE-Lab60.334343.4762-23.1432

#c974bb color RGB value is (201,116,187).

#c974bb hex color red value is 201, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c974bb hue: 0.86 , saturation: 0.44 and the lightness value of c974bb is 0.62.

The process color (four color CMYK) of #c974bb color hex is 0.00, 0.42, 0.07, 0.21. Web safe color of #c974bb is #cc66cc. Color #c974bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 10111011
Octal 311 164 273
Decimal 201 116 187
Hex C9 74 BB

RGB Percentages of Color #c974bb

%39.88
%23.02
%37.10

CMYK Percentages of Color #c974bb

%0
%42
%7
%21

Triadic Colors of #c974bb

#c974bb #bbc974 #74bbc9

Analogous Colors of #c974bb

#c974bb #c97491 #ad74c9

Monochromatic Colors of #c974bb

#c974bb

Complementary Color

#c974bb #74c982

#c974bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c974bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c974bb Color CSS Codes

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

#c974bb Text Font Color

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

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


#c974bb Background Color

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

This div background color is #c974bb


#c974bb Border Color

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

This div border color is #c974bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c974bb


Comments

No comments written yet.

Please login to write comment.