Color Hex Logo

#c55ede Color Hex

#C55EDE
(197,94,222)
0 Favorites   0 Comments

Color spaces of #c55ede

RGB 19794222
HSL0.800.660.62
HSV288°58°87°
CMYK 0.110.580.00   0.13
XYZ40.213525.149771.8421
Yxy25.14970.29310.1833
Hunter Lab50.149555.3727-49.8318
CIE-Lab57.221059.7521-47.8720

#c55ede color RGB value is (197,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011110 11011110
Octal 305 136 336
Decimal 197 94 222
Hex C5 5E DE

RGB Percentages of Color #c55ede

%38.40
%18.32
%43.27

CMYK Percentages of Color #c55ede

%11
%58
%0
%13

Triadic Colors of #c55ede

#c55ede #dec55e #5edec5

Analogous Colors of #c55ede

#c55ede #de5eb7 #855ede

Monochromatic Colors of #c55ede

#c55ede

Complementary Color

#c55ede #77de5e

#c55ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ede Color CSS Codes

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

#c55ede Text Font Color

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

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


#c55ede Background Color

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

This div background color is #c55ede


#c55ede Border Color

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

This div border color is #c55ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ede


Comments

No comments written yet.

Please login to write comment.