Color Hex Logo

#dc92be Color Hex

#DC92BE
(220,146,190)
0 Favorites   0 Comments

Color spaces of #dc92be

RGB 220146190
HSL0.900.510.72
HSV324°34°86°
CMYK 0.000.340.14   0.14
XYZ49.088339.491153.7505
Yxy39.49110.34490.2775
Hunter Lab62.841929.4599-6.7231
CIE-Lab69.105534.3249-11.3320

#dc92be color RGB value is (220,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 10111110
Octal 334 222 276
Decimal 220 146 190
Hex DC 92 BE

RGB Percentages of Color #dc92be

%39.57
%26.26
%34.17

CMYK Percentages of Color #dc92be

%0
%34
%14
%14

Triadic Colors of #dc92be

#dc92be #bedc92 #92bedc

Analogous Colors of #dc92be

#dc92be #dc9299 #d592dc

Monochromatic Colors of #dc92be

#dc92be

Complementary Color

#dc92be #92dcb0

#dc92be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc92be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc92be Color CSS Codes

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

#dc92be Text Font Color

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

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


#dc92be Background Color

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

This div background color is #dc92be


#dc92be Border Color

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

This div border color is #dc92be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc92be


Comments

No comments written yet.

Please login to write comment.