Color Hex Logo

#e76ddd Color Hex

#E76DDD
(231,109,221)
0 Favorites   0 Comments

Color spaces of #e76ddd

RGB 231109221
HSL0.850.720.67
HSV305°53°91°
CMYK 0.000.530.04   0.09
XYZ51.474833.146772.0915
Yxy33.14670.32850.2115
Hunter Lab57.573258.8395-33.9400
CIE-Lab64.279561.5250-35.9033

#e76ddd color RGB value is (231,109,221).

#e76ddd hex color red value is 231, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e76ddd hue: 0.85 , saturation: 0.72 and the lightness value of e76ddd is 0.67.

The process color (four color CMYK) of #e76ddd color hex is 0.00, 0.53, 0.04, 0.09. Web safe color of #e76ddd is #ff66cc. Color #e76ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11011101
Octal 347 155 335
Decimal 231 109 221
Hex E7 6D DD

RGB Percentages of Color #e76ddd

%41.18
%19.43
%39.39

CMYK Percentages of Color #e76ddd

%0
%53
%4
%9

Triadic Colors of #e76ddd

#e76ddd #dde76d #6ddde7

Analogous Colors of #e76ddd

#e76ddd #e76da0 #b46de7

Monochromatic Colors of #e76ddd

#e76ddd

Complementary Color

#e76ddd #6de777

#e76ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ddd Color CSS Codes

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

#e76ddd Text Font Color

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

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


#e76ddd Background Color

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

This div background color is #e76ddd


#e76ddd Border Color

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

This div border color is #e76ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,109,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e76ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e76ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #e76ddd;
  box-shadow:         1px 1px 3px 2px #e76ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ddd


Comments

No comments written yet.

Please login to write comment.