Color Hex Logo

#c990de Color Hex

#C990DE
(201,144,222)
0 Favorites   0 Comments

Color spaces of #c990de

RGB 201144222
HSL0.790.540.72
HSV284°35°87°
CMYK 0.090.350.00   0.13
XYZ47.245537.638073.8820
Yxy37.63800.29760.2371
Hunter Lab61.349830.1007-28.4565
CIE-Lab67.753035.0708-31.3460

#c990de color RGB value is (201,144,222).

#c990de hex color red value is 201, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c990de hue: 0.79 , saturation: 0.54 and the lightness value of c990de is 0.72.

The process color (four color CMYK) of #c990de color hex is 0.09, 0.35, 0.00, 0.13. Web safe color of #c990de is #cc99cc. Color #c990de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 11011110
Octal 311 220 336
Decimal 201 144 222
Hex C9 90 DE

RGB Percentages of Color #c990de

%35.45
%25.40
%39.15

CMYK Percentages of Color #c990de

%9
%35
%0
%13

Triadic Colors of #c990de

#c990de #dec990 #90dec9

Analogous Colors of #c990de

#c990de #de90cc #a290de

Monochromatic Colors of #c990de

#c990de

Complementary Color

#c990de #a5de90

#c990de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990de Color CSS Codes

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

#c990de Text Font Color

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

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


#c990de Background Color

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

This div background color is #c990de


#c990de Border Color

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

This div border color is #c990de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990de


Comments

No comments written yet.

Please login to write comment.