Color Hex Logo

#dc90be Color Hex

#DC90BE
(220,144,190)
0 Favorites   0 Comments

Color spaces of #dc90be

RGB 220144190
HSL0.900.520.71
HSV324°35°86°
CMYK 0.000.350.14   0.14
XYZ48.782738.879953.6486
Yxy38.87990.34520.2751
Hunter Lab62.353730.5311-7.3650
CIE-Lab68.664235.3930-11.9930

#dc90be color RGB value is (220,144,190).

#dc90be hex color red value is 220, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc90be hue: 0.90 , saturation: 0.52 and the lightness value of dc90be is 0.71.

The process color (four color CMYK) of #dc90be color hex is 0.00, 0.35, 0.14, 0.14. Web safe color of #dc90be is #cc99cc. Color #dc90be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 10111110
Octal 334 220 276
Decimal 220 144 190
Hex DC 90 BE

RGB Percentages of Color #dc90be

%39.71
%25.99
%34.30

CMYK Percentages of Color #dc90be

%0
%35
%14
%14

Triadic Colors of #dc90be

#dc90be #bedc90 #90bedc

Analogous Colors of #dc90be

#dc90be #dc9098 #d490dc

Monochromatic Colors of #dc90be

#dc90be

Complementary Color

#dc90be #90dcae

#dc90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc90be Color CSS Codes

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

#dc90be Text Font Color

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

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


#dc90be Background Color

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

This div background color is #dc90be


#dc90be Border Color

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

This div border color is #dc90be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc90be


Comments

No comments written yet.

Please login to write comment.