Color Hex Logo

#dc5ebe Color Hex

#DC5EBE
(220,94,190)
0 Favorites   0 Comments

Color spaces of #dc5ebe

RGB 22094190
HSL0.870.640.62
HSV314°57°86°
CMYK 0.000.570.14   0.14
XYZ42.812226.938851.6584
Yxy26.93880.35260.2219
Hunter Lab51.902656.4073-22.6792
CIE-Lab58.917660.3564-26.8193

#dc5ebe color RGB value is (220,94,190).

#dc5ebe hex color red value is 220, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc5ebe hue: 0.87 , saturation: 0.64 and the lightness value of dc5ebe is 0.62.

The process color (four color CMYK) of #dc5ebe color hex is 0.00, 0.57, 0.14, 0.14. Web safe color of #dc5ebe is #cc66cc. Color #dc5ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011110 10111110
Octal 334 136 276
Decimal 220 94 190
Hex DC 5E BE

RGB Percentages of Color #dc5ebe

%43.65
%18.65
%37.70

CMYK Percentages of Color #dc5ebe

%0
%57
%14
%14

Triadic Colors of #dc5ebe

#dc5ebe #bedc5e #5ebedc

Analogous Colors of #dc5ebe

#dc5ebe #dc5e7f #bb5edc

Monochromatic Colors of #dc5ebe

#dc5ebe

Complementary Color

#dc5ebe #5edc7c

#dc5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5ebe Color CSS Codes

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

#dc5ebe Text Font Color

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

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


#dc5ebe Background Color

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

This div background color is #dc5ebe


#dc5ebe Border Color

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

This div border color is #dc5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5ebe


Comments

No comments written yet.

Please login to write comment.