Color Hex Logo

#c53abd Color Hex

#C53ABD
(197,58,189)
0 Favorites   0 Comments

Color spaces of #c53abd

RGB 19758189
HSL0.840.550.50
HSV303°71°77°
CMYK 0.000.710.04   0.23
XYZ33.724318.570649.9511
Yxy18.57060.32980.1816
Hunter Lab43.093664.2771-38.5593
CIE-Lab50.181068.7112-40.1448

#c53abd color RGB value is (197,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 10111101
Octal 305 72 275
Decimal 197 58 189
Hex C5 3A BD

RGB Percentages of Color #c53abd

%44.37
%13.06
%42.57

CMYK Percentages of Color #c53abd

%0
%71
%4
%23

Triadic Colors of #c53abd

#c53abd #bdc53a #3abdc5

Analogous Colors of #c53abd

#c53abd #c53a78 #883ac5

Monochromatic Colors of #c53abd

#c53abd

Complementary Color

#c53abd #3ac542

#c53abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53abd Color CSS Codes

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

#c53abd Text Font Color

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

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


#c53abd Background Color

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

This div background color is #c53abd


#c53abd Border Color

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

This div border color is #c53abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,58,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53abd


Comments

No comments written yet.

Please login to write comment.