Color Hex Logo

#c95abe Color Hex

#C95ABE
(201,90,190)
0 Favorites   0 Comments

Color spaces of #c95abe

RGB 20190190
HSL0.850.510.57
HSV306°55°79°
CMYK 0.000.550.05   0.21
XYZ37.037823.447551.2889
Yxy23.44750.33140.2098
Hunter Lab48.422651.7926-28.9037
CIE-Lab55.530356.8865-32.2867

#c95abe color RGB value is (201,90,190).

#c95abe hex color red value is 201, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c95abe hue: 0.85 , saturation: 0.51 and the lightness value of c95abe is 0.57.

The process color (four color CMYK) of #c95abe color hex is 0.00, 0.55, 0.05, 0.21. Web safe color of #c95abe is #cc66cc. Color #c95abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011010 10111110
Octal 311 132 276
Decimal 201 90 190
Hex C9 5A BE

RGB Percentages of Color #c95abe

%41.79
%18.71
%39.50

CMYK Percentages of Color #c95abe

%0
%55
%5
%21

Triadic Colors of #c95abe

#c95abe #bec95a #5abec9

Analogous Colors of #c95abe

#c95abe #c95a87 #9d5ac9

Monochromatic Colors of #c95abe

#c95abe

Complementary Color

#c95abe #5ac965

#c95abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95abe Color CSS Codes

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

#c95abe Text Font Color

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

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


#c95abe Background Color

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

This div background color is #c95abe


#c95abe Border Color

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

This div border color is #c95abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95abe


Comments

No comments written yet.

Please login to write comment.