Color Hex Logo

#c588df Color Hex

#C588DF
(197,136,223)
0 Favorites   0 Comments

Color spaces of #c588df

RGB 197136223
HSL0.780.580.70
HSV282°39°87°
CMYK 0.120.390.00   0.13
XYZ45.149434.806374.1507
Yxy34.80630.29300.2259
Hunter Lab58.996933.3588-33.2213
CIE-Lab65.597638.4150-35.2750

#c588df color RGB value is (197,136,223).

#c588df hex color red value is 197, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c588df hue: 0.78 , saturation: 0.58 and the lightness value of c588df is 0.70.

The process color (four color CMYK) of #c588df color hex is 0.12, 0.39, 0.00, 0.13. Web safe color of #c588df is #cc99cc. Color #c588df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 11011111
Octal 305 210 337
Decimal 197 136 223
Hex C5 88 DF

RGB Percentages of Color #c588df

%35.43
%24.46
%40.11

CMYK Percentages of Color #c588df

%12
%39
%0
%13

Triadic Colors of #c588df

#c588df #dfc588 #88dfc5

Analogous Colors of #c588df

#c588df #df88ce #9a88df

Monochromatic Colors of #c588df

#c588df

Complementary Color

#c588df #a2df88

#c588df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588df Color CSS Codes

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

#c588df Text Font Color

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

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


#c588df Background Color

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

This div background color is #c588df


#c588df Border Color

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

This div border color is #c588df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588df


Comments

No comments written yet.

Please login to write comment.