Color Hex Logo

#e299dc Color Hex

#E299DC
(226,153,220)
0 Favorites   0 Comments

Color spaces of #e299dc

RGB 226153220
HSL0.850.560.74
HSV305°32°89°
CMYK 0.000.320.03   0.11
XYZ55.673544.118573.2916
Yxy44.11850.32170.2549
Hunter Lab66.421833.3773-18.9270
CIE-Lab72.307637.7139-23.0237

#e299dc color RGB value is (226,153,220).

#e299dc hex color red value is 226, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e299dc hue: 0.85 , saturation: 0.56 and the lightness value of e299dc is 0.74.

The process color (four color CMYK) of #e299dc color hex is 0.00, 0.32, 0.03, 0.11. Web safe color of #e299dc is #cc99cc. Color #e299dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 11011100
Octal 342 231 334
Decimal 226 153 220
Hex E2 99 DC

RGB Percentages of Color #e299dc

%37.73
%25.54
%36.73

CMYK Percentages of Color #e299dc

%0
%32
%3
%11

Triadic Colors of #e299dc

#e299dc #dce299 #99dce2

Analogous Colors of #e299dc

#e299dc #e299b8 #c499e2

Monochromatic Colors of #e299dc

#e299dc

Complementary Color

#e299dc #99e29f

#e299dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e299dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e299dc Color CSS Codes

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

#e299dc Text Font Color

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

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


#e299dc Background Color

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

This div background color is #e299dc


#e299dc Border Color

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

This div border color is #e299dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e299dc


Comments

No comments written yet.

Please login to write comment.