Color Hex Logo

#c588dd Color Hex

#C588DD
(197,136,221)
0 Favorites   0 Comments

Color spaces of #c588dd

RGB 197136221
HSL0.790.560.70
HSV283°38°87°
CMYK 0.110.380.00   0.13
XYZ44.881334.699172.7387
Yxy34.69910.29470.2278
Hunter Lab58.905932.9164-31.9788
CIE-Lab65.513738.0027-34.2955

#c588dd color RGB value is (197,136,221).

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

The process color (four color CMYK) of #c588dd color hex is 0.11, 0.38, 0.00, 0.13. Web safe color of #c588dd is #cc99cc. Color #c588dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 11011101
Octal 305 210 335
Decimal 197 136 221
Hex C5 88 DD

RGB Percentages of Color #c588dd

%35.56
%24.55
%39.89

CMYK Percentages of Color #c588dd

%11
%38
%0
%13

Triadic Colors of #c588dd

#c588dd #ddc588 #88ddc5

Analogous Colors of #c588dd

#c588dd #dd88cb #9b88dd

Monochromatic Colors of #c588dd

#c588dd

Complementary Color

#c588dd #a0dd88

#c588dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588dd Color CSS Codes

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

#c588dd Text Font Color

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

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


#c588dd Background Color

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

This div background color is #c588dd


#c588dd Border Color

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

This div border color is #c588dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588dd


Comments

No comments written yet.

Please login to write comment.