Color Hex Logo

#c553dd Color Hex

#C553DD
(197,83,221)
0 Favorites   0 Comments

Color spaces of #c553dd

RGB 19783221
HSL0.800.670.60
HSV290°62°87°
CMYK 0.110.620.00   0.13
XYZ39.170423.277370.8351
Yxy23.27730.29390.1746
Hunter Lab48.246660.4891-53.2764
CIE-Lab55.356864.5134-50.2687

#c553dd color RGB value is (197,83,221).

#c553dd hex color red value is 197, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c553dd hue: 0.80 , saturation: 0.67 and the lightness value of c553dd is 0.60.

The process color (four color CMYK) of #c553dd color hex is 0.11, 0.62, 0.00, 0.13. Web safe color of #c553dd is #cc66cc. Color #c553dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11011101
Octal 305 123 335
Decimal 197 83 221
Hex C5 53 DD

RGB Percentages of Color #c553dd

%39.32
%16.57
%44.11

CMYK Percentages of Color #c553dd

%11
%62
%0
%13

Triadic Colors of #c553dd

#c553dd #ddc553 #53ddc5

Analogous Colors of #c553dd

#c553dd #dd53b0 #8053dd

Monochromatic Colors of #c553dd

#c553dd

Complementary Color

#c553dd #6bdd53

#c553dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553dd Color CSS Codes

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

#c553dd Text Font Color

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

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


#c553dd Background Color

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

This div background color is #c553dd


#c553dd Border Color

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

This div border color is #c553dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553dd


Comments

No comments written yet.

Please login to write comment.