Color Hex Logo

#c090dd Color Hex

#C090DD
(192,144,221)
0 Favorites   0 Comments

Color spaces of #c090dd

RGB 192144221
HSL0.770.530.72
HSV277°35°87°
CMYK 0.130.350.00   0.13
XYZ44.762636.373473.0681
Yxy36.37340.29030.2359
Hunter Lab60.310426.9403-29.6146
CIE-Lab66.804232.0965-32.3340

#c090dd color RGB value is (192,144,221).

#c090dd hex color red value is 192, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c090dd hue: 0.77 , saturation: 0.53 and the lightness value of c090dd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11011101
Octal 300 220 335
Decimal 192 144 221
Hex C0 90 DD

RGB Percentages of Color #c090dd

%34.47
%25.85
%39.68

CMYK Percentages of Color #c090dd

%13
%35
%0
%13

Triadic Colors of #c090dd

#c090dd #ddc090 #90ddc0

Analogous Colors of #c090dd

#c090dd #dd90d4 #9a90dd

Monochromatic Colors of #c090dd

#c090dd

Complementary Color

#c090dd #addd90

#c090dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090dd Color CSS Codes

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

#c090dd Text Font Color

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

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


#c090dd Background Color

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

This div background color is #c090dd


#c090dd Border Color

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

This div border color is #c090dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,144,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090dd


Comments

No comments written yet.

Please login to write comment.