Color Hex Logo

#c984db Color Hex

#C984DB
(201,132,219)
0 Favorites   0 Comments

Color spaces of #c984db

RGB 201132219
HSL0.800.550.69
HSV288°40°86°
CMYK 0.080.400.00   0.14
XYZ45.124834.034571.2088
Yxy34.03450.30010.2263
Hunter Lab58.339135.9748-31.5321
CIE-Lab64.989940.9632-33.9641

#c984db color RGB value is (201,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000100 11011011
Octal 311 204 333
Decimal 201 132 219
Hex C9 84 DB

RGB Percentages of Color #c984db

%36.41
%23.91
%39.67

CMYK Percentages of Color #c984db

%8
%40
%0
%14

Triadic Colors of #c984db

#c984db #dbc984 #84dbc9

Analogous Colors of #c984db

#c984db #db84c2 #9e84db

Monochromatic Colors of #c984db

#c984db

Complementary Color

#c984db #96db84

#c984db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c984db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c984db Color CSS Codes

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

#c984db Text Font Color

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

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


#c984db Background Color

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

This div background color is #c984db


#c984db Border Color

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

This div border color is #c984db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c984db


Comments

No comments written yet.

Please login to write comment.