Color Hex Logo

#c53cbb Color Hex

#C53CBB
(197,60,187)
0 Favorites   0 Comments

Color spaces of #c53cbb

RGB 19760187
HSL0.850.540.50
HSV304°70°77°
CMYK 0.000.700.05   0.23
XYZ33.611518.689948.8497
Yxy18.68990.33230.1848
Hunter Lab43.231863.1230-36.7323
CIE-Lab50.322467.7066-38.7588

#c53cbb color RGB value is (197,60,187).

#c53cbb hex color red value is 197, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c53cbb hue: 0.85 , saturation: 0.54 and the lightness value of c53cbb is 0.50.

The process color (four color CMYK) of #c53cbb color hex is 0.00, 0.70, 0.05, 0.23. Web safe color of #c53cbb is #cc33cc. Color #c53cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 10111011
Octal 305 74 273
Decimal 197 60 187
Hex C5 3C BB

RGB Percentages of Color #c53cbb

%44.37
%13.51
%42.12

CMYK Percentages of Color #c53cbb

%0
%70
%5
%23

Triadic Colors of #c53cbb

#c53cbb #bbc53c #3cbbc5

Analogous Colors of #c53cbb

#c53cbb #c53c77 #8b3cc5

Monochromatic Colors of #c53cbb

#c53cbb

Complementary Color

#c53cbb #3cc546

#c53cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53cbb Color CSS Codes

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

#c53cbb Text Font Color

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

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


#c53cbb Background Color

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

This div background color is #c53cbb


#c53cbb Border Color

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

This div border color is #c53cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53cbb


Comments

No comments written yet.

Please login to write comment.