Color Hex Logo

#c53edd Color Hex

#C53EDD
(197,62,221)
0 Favorites   0 Comments

Color spaces of #c53edd

RGB 19762221
HSL0.810.700.55
HSV291°72°87°
CMYK 0.110.720.00   0.13
XYZ37.799720.536070.3782
Yxy20.53600.29370.1595
Hunter Lab45.316769.5869-60.3576
CIE-Lab52.437972.7032-54.9279

#c53edd color RGB value is (197,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11011101
Octal 305 76 335
Decimal 197 62 221
Hex C5 3E DD

RGB Percentages of Color #c53edd

%41.04
%12.92
%46.04

CMYK Percentages of Color #c53edd

%11
%72
%0
%13

Triadic Colors of #c53edd

#c53edd #ddc53e #3eddc5

Analogous Colors of #c53edd

#c53edd #dd3ea6 #763edd

Monochromatic Colors of #c53edd

#c53edd

Complementary Color

#c53edd #56dd3e

#c53edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53edd Color CSS Codes

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

#c53edd Text Font Color

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

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


#c53edd Background Color

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

This div background color is #c53edd


#c53edd Border Color

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

This div border color is #c53edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53edd


Comments

No comments written yet.

Please login to write comment.