Color Hex Logo

#c90abf Color Hex

#C90ABF
(201,10,191)
0 Favorites   0 Comments

Color spaces of #c90abf

RGB 20110191
HSL0.840.910.41
HSV303°95°79°
CMYK 0.000.950.05   0.21
XYZ33.599916.396250.6841
Yxy16.39620.33370.1629
Hunter Lab40.492277.2555-45.8687
CIE-Lab47.490179.8743-45.5352

#c90abf color RGB value is (201,10,191).

#c90abf hex color red value is 201, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c90abf hue: 0.84 , saturation: 0.91 and the lightness value of c90abf is 0.41.

The process color (four color CMYK) of #c90abf color hex is 0.00, 0.95, 0.05, 0.21. Web safe color of #c90abf is #cc00cc. Color #c90abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001010 10111111
Octal 311 12 277
Decimal 201 10 191
Hex C9 A BF

RGB Percentages of Color #c90abf

%50.00
%2.49
%47.51

CMYK Percentages of Color #c90abf

%0
%95
%5
%21

Triadic Colors of #c90abf

#c90abf #bfc90a #0abfc9

Analogous Colors of #c90abf

#c90abf #c90a5f #740ac9

Monochromatic Colors of #c90abf

#c90abf

Complementary Color

#c90abf #0ac914

#c90abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90abf Color CSS Codes

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

#c90abf Text Font Color

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

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


#c90abf Background Color

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

This div background color is #c90abf


#c90abf Border Color

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

This div border color is #c90abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90abf


Comments

No comments written yet.

Please login to write comment.