Color Hex Logo

#c558de Color Hex

#C558DE
(197,88,222)
0 Favorites   0 Comments

Color spaces of #c558de

RGB 19788222
HSL0.800.670.61
HSV289°60°87°
CMYK 0.110.600.00   0.13
XYZ39.700524.123771.6711
Yxy24.12370.29300.1780
Hunter Lab49.115958.3292-52.1363
CIE-Lab56.211462.5007-49.4743

#c558de color RGB value is (197,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 11011110
Octal 305 130 336
Decimal 197 88 222
Hex C5 58 DE

RGB Percentages of Color #c558de

%38.86
%17.36
%43.79

CMYK Percentages of Color #c558de

%11
%60
%0
%13

Triadic Colors of #c558de

#c558de #dec558 #58dec5

Analogous Colors of #c558de

#c558de #de58b4 #8258de

Monochromatic Colors of #c558de

#c558de

Complementary Color

#c558de #71de58

#c558de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558de Color CSS Codes

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

#c558de Text Font Color

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

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


#c558de Background Color

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

This div background color is #c558de


#c558de Border Color

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

This div border color is #c558de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558de


Comments

No comments written yet.

Please login to write comment.