Color Hex Logo

#c584dd Color Hex

#C584DD
(197,132,221)
0 Favorites   0 Comments

Color spaces of #c584dd

RGB 197132221
HSL0.790.570.69
HSV284°40°87°
CMYK 0.110.400.00   0.13
XYZ44.328433.593372.5544
Yxy33.59330.29460.2232
Hunter Lab57.959735.0897-33.6478
CIE-Lab64.638540.1699-35.6568

#c584dd color RGB value is (197,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 11011101
Octal 305 204 335
Decimal 197 132 221
Hex C5 84 DD

RGB Percentages of Color #c584dd

%35.82
%24.00
%40.18

CMYK Percentages of Color #c584dd

%11
%40
%0
%13

Triadic Colors of #c584dd

#c584dd #ddc584 #84ddc5

Analogous Colors of #c584dd

#c584dd #dd84c9 #9984dd

Monochromatic Colors of #c584dd

#c584dd

Complementary Color

#c584dd #9cdd84

#c584dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c584dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c584dd Color CSS Codes

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

#c584dd Text Font Color

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

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


#c584dd Background Color

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

This div background color is #c584dd


#c584dd Border Color

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

This div border color is #c584dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c584dd


Comments

No comments written yet.

Please login to write comment.