Color Hex Logo

#c584db Color Hex

#C584DB
(197,132,219)
0 Favorites   0 Comments

Color spaces of #c584db

RGB 197132219
HSL0.790.550.69
HSV285°40°86°
CMYK 0.100.400.00   0.14
XYZ44.063433.487371.1591
Yxy33.48730.29630.2252
Hunter Lab57.868234.6484-32.3997
CIE-Lab64.553639.7617-34.6761

#c584db color RGB value is (197,132,219).

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

The process color (four color CMYK) of #c584db color hex is 0.10, 0.40, 0.00, 0.14. Web safe color of #c584db is #cc99cc. Color #c584db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 11011011
Octal 305 204 333
Decimal 197 132 219
Hex C5 84 DB

RGB Percentages of Color #c584db

%35.95
%24.09
%39.96

CMYK Percentages of Color #c584db

%10
%40
%0
%14

Triadic Colors of #c584db

#c584db #dbc584 #84dbc5

Analogous Colors of #c584db

#c584db #db84c6 #9a84db

Monochromatic Colors of #c584db

#c584db

Complementary Color

#c584db #9adb84

#c584db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c584db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c584db Color CSS Codes

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

#c584db Text Font Color

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

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


#c584db Background Color

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

This div background color is #c584db


#c584db Border Color

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

This div border color is #c584db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c584db


Comments

No comments written yet.

Please login to write comment.