Color Hex Logo

#c990ce Color Hex

#C990CE
(201,144,206)
0 Favorites   0 Comments

Color spaces of #c990ce

RGB 201144206
HSL0.820.390.69
HSV295°30°81°
CMYK 0.020.300.00   0.19
XYZ45.201236.820363.1172
Yxy36.82030.31140.2537
Hunter Lab60.679726.7777-19.1958
CIE-Lab67.142031.9071-23.4120

#c990ce color RGB value is (201,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 11001110
Octal 311 220 316
Decimal 201 144 206
Hex C9 90 CE

RGB Percentages of Color #c990ce

%36.48
%26.13
%37.39

CMYK Percentages of Color #c990ce

%2
%30
%0
%19

Triadic Colors of #c990ce

#c990ce #cec990 #90cec9

Analogous Colors of #c990ce

#c990ce #ce90b4 #aa90ce

Monochromatic Colors of #c990ce

#c990ce

Complementary Color

#c990ce #95ce90

#c990ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990ce Color CSS Codes

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

#c990ce Text Font Color

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

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


#c990ce Background Color

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

This div background color is #c990ce


#c990ce Border Color

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

This div border color is #c990ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990ce

#c990ce Color Palettes


Comments

No comments written yet.

Please login to write comment.