Color Hex Logo

#c95299 Color Hex

#C95299
(201,82,153)
0 Favorites   0 Comments

Color spaces of #c95299

RGB 20182153
HSL0.900.520.55
HSV324°59°79°
CMYK 0.000.590.24   0.21
XYZ32.854520.752032.4109
Yxy20.75200.38200.2413
Hunter Lab45.554449.0168-10.2954
CIE-Lab52.677054.8829-15.1300

#c95299 color RGB value is (201,82,153).

#c95299 hex color red value is 201, green value is 82 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c95299 hue: 0.90 , saturation: 0.52 and the lightness value of c95299 is 0.55.

The process color (four color CMYK) of #c95299 color hex is 0.00, 0.59, 0.24, 0.21. Web safe color of #c95299 is #cc6699. Color #c95299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 10011001
Octal 311 122 231
Decimal 201 82 153
Hex C9 52 99

RGB Percentages of Color #c95299

%46.10
%18.81
%35.09

CMYK Percentages of Color #c95299

%0
%59
%24
%21

Triadic Colors of #c95299

#c95299 #99c952 #5299c9

Analogous Colors of #c95299

#c95299 #c9525d #be52c9

Monochromatic Colors of #c95299

#c95299

Complementary Color

#c95299 #52c982

#c95299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95299 Color CSS Codes

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

#c95299 Text Font Color

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

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


#c95299 Background Color

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

This div background color is #c95299


#c95299 Border Color

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

This div border color is #c95299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95299


Comments

No comments written yet.

Please login to write comment.