Color Hex Logo

#c53abe Color Hex

#C53ABE
(197,58,190)
0 Favorites   0 Comments

Color spaces of #c53abe

RGB 19758190
HSL0.840.550.50
HSV303°71°77°
CMYK 0.000.710.04   0.23
XYZ33.833318.614150.5249
Yxy18.61410.32860.1808
Hunter Lab43.144164.4765-39.2322
CIE-Lab50.232668.8696-40.6441

#c53abe color RGB value is (197,58,190).

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

The process color (four color CMYK) of #c53abe color hex is 0.00, 0.71, 0.04, 0.23. Web safe color of #c53abe is #cc33cc. Color #c53abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 10111110
Octal 305 72 276
Decimal 197 58 190
Hex C5 3A BE

RGB Percentages of Color #c53abe

%44.27
%13.03
%42.70

CMYK Percentages of Color #c53abe

%0
%71
%4
%23

Triadic Colors of #c53abe

#c53abe #bec53a #3abec5

Analogous Colors of #c53abe

#c53abe #c53a79 #873ac5

Monochromatic Colors of #c53abe

#c53abe

Complementary Color

#c53abe #3ac541

#c53abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53abe Color CSS Codes

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

#c53abe Text Font Color

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

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


#c53abe Background Color

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

This div background color is #c53abe


#c53abe Border Color

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

This div border color is #c53abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53abe


Comments

No comments written yet.

Please login to write comment.