Color Hex Logo

#c55fde Color Hex

#C55FDE
(197,95,222)
0 Favorites   0 Comments

Color spaces of #c55fde

RGB 19795222
HSL0.800.660.62
HSV288°57°87°
CMYK 0.110.570.00   0.13
XYZ40.303025.328771.8720
Yxy25.32870.29310.1842
Hunter Lab50.327654.8717-49.4417
CIE-Lab57.394359.2834-47.5973

#c55fde color RGB value is (197,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 11011110
Octal 305 137 336
Decimal 197 95 222
Hex C5 5F DE

RGB Percentages of Color #c55fde

%38.33
%18.48
%43.19

CMYK Percentages of Color #c55fde

%11
%57
%0
%13

Triadic Colors of #c55fde

#c55fde #dec55f #5fdec5

Analogous Colors of #c55fde

#c55fde #de5fb8 #865fde

Monochromatic Colors of #c55fde

#c55fde

Complementary Color

#c55fde #78de5f

#c55fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fde Color CSS Codes

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

#c55fde Text Font Color

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

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


#c55fde Background Color

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

This div background color is #c55fde


#c55fde Border Color

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

This div border color is #c55fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fde


Comments

No comments written yet.

Please login to write comment.