Color Hex Logo

#c53bdd Color Hex

#C53BDD
(197,59,221)
0 Favorites   0 Comments

Color spaces of #c53bdd

RGB 19759221
HSL0.810.700.55
HSV291°73°87°
CMYK 0.110.730.00   0.13
XYZ37.641120.218770.3253
Yxy20.21870.29360.1577
Hunter Lab44.965270.7361-61.2535
CIE-Lab52.083673.7154-55.4955

#c53bdd color RGB value is (197,59,221).

#c53bdd hex color red value is 197, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c53bdd hue: 0.81 , saturation: 0.70 and the lightness value of c53bdd is 0.55.

The process color (four color CMYK) of #c53bdd color hex is 0.11, 0.73, 0.00, 0.13. Web safe color of #c53bdd is #cc33cc. Color #c53bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111011 11011101
Octal 305 73 335
Decimal 197 59 221
Hex C5 3B DD

RGB Percentages of Color #c53bdd

%41.30
%12.37
%46.33

CMYK Percentages of Color #c53bdd

%11
%73
%0
%13

Triadic Colors of #c53bdd

#c53bdd #ddc53b #3bddc5

Analogous Colors of #c53bdd

#c53bdd #dd3ba4 #743bdd

Monochromatic Colors of #c53bdd

#c53bdd

Complementary Color

#c53bdd #53dd3b

#c53bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53bdd Color CSS Codes

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

#c53bdd Text Font Color

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

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


#c53bdd Background Color

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

This div background color is #c53bdd


#c53bdd Border Color

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

This div border color is #c53bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53bdd


Comments

No comments written yet.

Please login to write comment.