Color Hex Logo

#c558df Color Hex

#C558DF
(197,88,223)
0 Favorites   0 Comments

Color spaces of #c558df

RGB 19788223
HSL0.800.680.61
HSV288°61°87°
CMYK 0.120.610.00   0.13
XYZ39.835024.177572.3792
Yxy24.17750.29210.1773
Hunter Lab49.170658.5611-52.8555
CIE-Lab56.265162.6911-49.9529

#c558df color RGB value is (197,88,223).

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

The process color (four color CMYK) of #c558df color hex is 0.12, 0.61, 0.00, 0.13. Web safe color of #c558df is #cc66cc. Color #c558df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 11011111
Octal 305 130 337
Decimal 197 88 223
Hex C5 58 DF

RGB Percentages of Color #c558df

%38.78
%17.32
%43.90

CMYK Percentages of Color #c558df

%12
%61
%0
%13

Triadic Colors of #c558df

#c558df #dfc558 #58dfc5

Analogous Colors of #c558df

#c558df #df58b6 #8258df

Monochromatic Colors of #c558df

#c558df

Complementary Color

#c558df #72df58

#c558df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558df Color CSS Codes

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

#c558df Text Font Color

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

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


#c558df Background Color

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

This div background color is #c558df


#c558df Border Color

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

This div border color is #c558df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558df


Comments

No comments written yet.

Please login to write comment.