Color Hex Logo

#c95195 Color Hex

#C95195
(201,81,149)
0 Favorites   0 Comments

Color spaces of #c95195

RGB 20181149
HSL0.910.530.55
HSV326°60°79°
CMYK 0.000.600.26   0.21
XYZ32.454620.472330.6748
Yxy20.47230.38820.2449
Hunter Lab45.246348.8547-8.5233
CIE-Lab52.367154.7893-13.2362

#c95195 color RGB value is (201,81,149).

#c95195 hex color red value is 201, green value is 81 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c95195 hue: 0.91 , saturation: 0.53 and the lightness value of c95195 is 0.55.

The process color (four color CMYK) of #c95195 color hex is 0.00, 0.60, 0.26, 0.21. Web safe color of #c95195 is #cc6699. Color #c95195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 10010101
Octal 311 121 225
Decimal 201 81 149
Hex C9 51 95

RGB Percentages of Color #c95195

%46.64
%18.79
%34.57

CMYK Percentages of Color #c95195

%0
%60
%26
%21

Triadic Colors of #c95195

#c95195 #95c951 #5195c9

Analogous Colors of #c95195

#c95195 #c95159 #c151c9

Monochromatic Colors of #c95195

#c95195

Complementary Color

#c95195 #51c985

#c95195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95195 Color CSS Codes

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

#c95195 Text Font Color

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

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


#c95195 Background Color

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

This div background color is #c95195


#c95195 Border Color

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

This div border color is #c95195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95195


Comments

No comments written yet.

Please login to write comment.