Color Hex Logo

#c95091 Color Hex

#C95091
(201,80,145)
0 Favorites   0 Comments

Color spaces of #c95091

RGB 20180145
HSL0.910.530.55
HSV328°60°79°
CMYK 0.000.600.28   0.21
XYZ32.066920.199228.9968
Yxy20.19920.39460.2486
Hunter Lab44.943548.7074-6.7924
CIE-Lab52.061754.7084-11.3270

#c95091 color RGB value is (201,80,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 10010001
Octal 311 120 221
Decimal 201 80 145
Hex C9 50 91

RGB Percentages of Color #c95091

%47.18
%18.78
%34.04

CMYK Percentages of Color #c95091

%0
%60
%28
%21

Triadic Colors of #c95091

#c95091 #91c950 #5091c9

Analogous Colors of #c95091

#c95091 #c95054 #c550c9

Monochromatic Colors of #c95091

#c95091

Complementary Color

#c95091 #50c988

#c95091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95091 Color CSS Codes

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

#c95091 Text Font Color

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

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


#c95091 Background Color

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

This div background color is #c95091


#c95091 Border Color

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

This div border color is #c95091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95091


Comments

No comments written yet.

Please login to write comment.