Color Hex Logo

#c584de Color Hex

#C584DE
(197,132,222)
0 Favorites   0 Comments

Color spaces of #c584de

RGB 197132222
HSL0.790.580.69
HSV283°41°87°
CMYK 0.110.410.00   0.13
XYZ44.462033.646873.2583
Yxy33.64680.29370.2223
Hunter Lab58.005935.3116-34.2760
CIE-Lab64.681240.3746-36.1461

#c584de color RGB value is (197,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 11011110
Octal 305 204 336
Decimal 197 132 222
Hex C5 84 DE

RGB Percentages of Color #c584de

%35.75
%23.96
%40.29

CMYK Percentages of Color #c584de

%11
%41
%0
%13

Triadic Colors of #c584de

#c584de #dec584 #84dec5

Analogous Colors of #c584de

#c584de #de84ca #9884de

Monochromatic Colors of #c584de

#c584de

Complementary Color

#c584de #9dde84

#c584de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c584de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c584de Color CSS Codes

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

#c584de Text Font Color

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

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


#c584de Background Color

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

This div background color is #c584de


#c584de Border Color

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

This div border color is #c584de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c584de


Comments

No comments written yet.

Please login to write comment.