Color Hex Logo

#dc4ebe Color Hex

#DC4EBE
(220,78,190)
0 Favorites   0 Comments

Color spaces of #dc4ebe

RGB 22078190
HSL0.870.670.58
HSV313°65°86°
CMYK 0.000.650.14   0.14
XYZ41.533924.382151.2323
Yxy24.38210.35450.2081
Hunter Lab49.378263.7312-26.9515
CIE-Lab56.468367.0604-30.6122

#dc4ebe color RGB value is (220,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001110 10111110
Octal 334 116 276
Decimal 220 78 190
Hex DC 4E BE

RGB Percentages of Color #dc4ebe

%45.08
%15.98
%38.93

CMYK Percentages of Color #dc4ebe

%0
%65
%14
%14

Triadic Colors of #dc4ebe

#dc4ebe #bedc4e #4ebedc

Analogous Colors of #dc4ebe

#dc4ebe #dc4e77 #b34edc

Monochromatic Colors of #dc4ebe

#dc4ebe

Complementary Color

#dc4ebe #4edc6c

#dc4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4ebe Color CSS Codes

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

#dc4ebe Text Font Color

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

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


#dc4ebe Background Color

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

This div background color is #dc4ebe


#dc4ebe Border Color

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

This div border color is #dc4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4ebe


Comments

No comments written yet.

Please login to write comment.