Color Hex Logo

#c973bd Color Hex

#C973BD
(201,115,189)
0 Favorites   0 Comments

Color spaces of #c973bd

RGB 201115189
HSL0.860.440.62
HSV308°43°79°
CMYK 0.000.430.06   0.21
XYZ39.403428.353151.5400
Yxy28.35310.33030.2377
Hunter Lab53.247638.9072-20.1153
CIE-Lab60.206444.3463-24.4780

#c973bd color RGB value is (201,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110011 10111101
Octal 311 163 275
Decimal 201 115 189
Hex C9 73 BD

RGB Percentages of Color #c973bd

%39.80
%22.77
%37.43

CMYK Percentages of Color #c973bd

%0
%43
%6
%21

Triadic Colors of #c973bd

#c973bd #bdc973 #73bdc9

Analogous Colors of #c973bd

#c973bd #c97392 #aa73c9

Monochromatic Colors of #c973bd

#c973bd

Complementary Color

#c973bd #73c97f

#c973bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c973bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c973bd Color CSS Codes

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

#c973bd Text Font Color

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

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


#c973bd Background Color

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

This div background color is #c973bd


#c973bd Border Color

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

This div border color is #c973bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c973bd


Comments

No comments written yet.

Please login to write comment.