Color Hex Logo

#c55add Color Hex

#C55ADD
(197,90,221)
0 Favorites   0 Comments

Color spaces of #c55add

RGB 19790221
HSL0.800.660.61
HSV289°59°87°
CMYK 0.110.590.00   0.13
XYZ39.733324.403171.0227
Yxy24.40310.29400.1806
Hunter Lab49.399557.1231-50.6628
CIE-Lab56.489161.4066-48.4693

#c55add color RGB value is (197,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011010 11011101
Octal 305 132 335
Decimal 197 90 221
Hex C5 5A DD

RGB Percentages of Color #c55add

%38.78
%17.72
%43.50

CMYK Percentages of Color #c55add

%11
%59
%0
%13

Triadic Colors of #c55add

#c55add #ddc55a #5addc5

Analogous Colors of #c55add

#c55add #dd5ab4 #845add

Monochromatic Colors of #c55add

#c55add

Complementary Color

#c55add #72dd5a

#c55add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55add Color CSS Codes

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

#c55add Text Font Color

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

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


#c55add Background Color

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

This div background color is #c55add


#c55add Border Color

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

This div border color is #c55add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55add


Comments

No comments written yet.

Please login to write comment.