Color Hex Logo

#c984ce Color Hex

#C984CE
(201,132,206)
0 Favorites   0 Comments

Color spaces of #c984ce

RGB 201132206
HSL0.820.430.66
HSV296°36°81°
CMYK 0.020.360.00   0.19
XYZ43.479233.376362.5432
Yxy33.37630.31190.2394
Hunter Lab57.772233.2372-23.7458
CIE-Lab64.464538.4279-27.5214

#c984ce color RGB value is (201,132,206).

#c984ce hex color red value is 201, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c984ce hue: 0.82 , saturation: 0.43 and the lightness value of c984ce is 0.66.

The process color (four color CMYK) of #c984ce color hex is 0.02, 0.36, 0.00, 0.19. Web safe color of #c984ce is #cc99cc. Color #c984ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000100 11001110
Octal 311 204 316
Decimal 201 132 206
Hex C9 84 CE

RGB Percentages of Color #c984ce

%37.29
%24.49
%38.22

CMYK Percentages of Color #c984ce

%2
%36
%0
%19

Triadic Colors of #c984ce

#c984ce #cec984 #84cec9

Analogous Colors of #c984ce

#c984ce #ce84ae #a484ce

Monochromatic Colors of #c984ce

#c984ce

Complementary Color

#c984ce #89ce84

#c984ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c984ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c984ce Color CSS Codes

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

#c984ce Text Font Color

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

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


#c984ce Background Color

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

This div background color is #c984ce


#c984ce Border Color

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

This div border color is #c984ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c984ce


Comments

No comments written yet.

Please login to write comment.