Color Hex Logo

#c05abe Color Hex

#C05ABE
(192,90,190)
0 Favorites   0 Comments

Color spaces of #c05abe

RGB 19290190
HSL0.840.450.55
HSV301°53°75°
CMYK 0.000.530.01   0.25
XYZ34.688722.236551.1790
Yxy22.23650.32090.2057
Hunter Lab47.155648.7863-31.3398
CIE-Lab54.277054.3983-34.3363

#c05abe color RGB value is (192,90,190).

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

The process color (four color CMYK) of #c05abe color hex is 0.00, 0.53, 0.01, 0.25. Web safe color of #c05abe is #cc66cc. Color #c05abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 10111110
Octal 300 132 276
Decimal 192 90 190
Hex C0 5A BE

RGB Percentages of Color #c05abe

%40.68
%19.07
%40.25

CMYK Percentages of Color #c05abe

%0
%53
%1
%25

Triadic Colors of #c05abe

#c05abe #bec05a #5abec0

Analogous Colors of #c05abe

#c05abe #c05a8b #8f5ac0

Monochromatic Colors of #c05abe

#c05abe

Complementary Color

#c05abe #5ac05c

#c05abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05abe Color CSS Codes

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

#c05abe Text Font Color

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

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


#c05abe Background Color

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

This div background color is #c05abe


#c05abe Border Color

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

This div border color is #c05abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05abe


Comments

No comments written yet.

Please login to write comment.