Color Hex Logo

#c953bd Color Hex

#C953BD
(201,83,189)
0 Favorites   0 Comments

Color spaces of #c953bd

RGB 20183189
HSL0.850.520.56
HSV306°59°79°
CMYK 0.000.590.06   0.21
XYZ36.366022.278150.5275
Yxy22.27810.33310.2041
Hunter Lab47.199754.9297-30.4305
CIE-Lab54.320859.8782-33.5982

#c953bd color RGB value is (201,83,189).

#c953bd hex color red value is 201, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c953bd hue: 0.85 , saturation: 0.52 and the lightness value of c953bd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 10111101
Octal 311 123 275
Decimal 201 83 189
Hex C9 53 BD

RGB Percentages of Color #c953bd

%42.49
%17.55
%39.96

CMYK Percentages of Color #c953bd

%0
%59
%6
%21

Triadic Colors of #c953bd

#c953bd #bdc953 #53bdc9

Analogous Colors of #c953bd

#c953bd #c95382 #9a53c9

Monochromatic Colors of #c953bd

#c953bd

Complementary Color

#c953bd #53c95f

#c953bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c953bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c953bd Color CSS Codes

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

#c953bd Text Font Color

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

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


#c953bd Background Color

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

This div background color is #c953bd


#c953bd Border Color

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

This div border color is #c953bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c953bd


Comments

No comments written yet.

Please login to write comment.