Color Hex Logo

#c890dd Color Hex

#C890DD
(200,144,221)
0 Favorites   0 Comments

Color spaces of #c890dd

RGB 200144221
HSL0.790.530.72
HSV284°35°87°
CMYK 0.100.350.00   0.13
XYZ46.843837.446373.1655
Yxy37.44630.29750.2378
Hunter Lab61.193429.5541-28.0544
CIE-Lab67.610534.5590-31.0216

#c890dd color RGB value is (200,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010000 11011101
Octal 310 220 335
Decimal 200 144 221
Hex C8 90 DD

RGB Percentages of Color #c890dd

%35.40
%25.49
%39.12

CMYK Percentages of Color #c890dd

%10
%35
%0
%13

Triadic Colors of #c890dd

#c890dd #ddc890 #90ddc8

Analogous Colors of #c890dd

#c890dd #dd90cc #a290dd

Monochromatic Colors of #c890dd

#c890dd

Complementary Color

#c890dd #a5dd90

#c890dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c890dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c890dd Color CSS Codes

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

#c890dd Text Font Color

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

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


#c890dd Background Color

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

This div background color is #c890dd


#c890dd Border Color

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

This div border color is #c890dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c890dd


Comments

No comments written yet.

Please login to write comment.