Color Hex Logo

#c00abe Color Hex

#C00ABE
(192,10,190)
0 Favorites   0 Comments

Color spaces of #c00abe

RGB 19210190
HSL0.840.900.40
HSV301°95°75°
CMYK 0.000.950.01   0.25
XYZ31.141015.141349.9964
Yxy15.14130.32340.1573
Hunter Lab38.911874.7573-48.9413
CIE-Lab45.827178.1986-47.6981

#c00abe color RGB value is (192,10,190).

#c00abe hex color red value is 192, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c00abe hue: 0.84 , saturation: 0.90 and the lightness value of c00abe is 0.40.

The process color (four color CMYK) of #c00abe color hex is 0.00, 0.95, 0.01, 0.25. Web safe color of #c00abe is #cc00cc. Color #c00abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 10111110
Octal 300 12 276
Decimal 192 10 190
Hex C0 A BE

RGB Percentages of Color #c00abe

%48.98
%2.55
%48.47

CMYK Percentages of Color #c00abe

%0
%95
%1
%25

Triadic Colors of #c00abe

#c00abe #bec00a #0abec0

Analogous Colors of #c00abe

#c00abe #c00a63 #670ac0

Monochromatic Colors of #c00abe

#c00abe

Complementary Color

#c00abe #0ac00c

#c00abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00abe Color CSS Codes

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

#c00abe Text Font Color

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

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


#c00abe Background Color

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

This div background color is #c00abe


#c00abe Border Color

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

This div border color is #c00abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,10,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 #c00abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00abe


Comments

No comments written yet.

Please login to write comment.