Color Hex Logo

#ea7ddb Color Hex

#EA7DDB
(234,125,219)
0 Favorites   0 Comments

Color spaces of #ea7ddb

RGB 234125219
HSL0.860.720.70
HSV308°47°92°
CMYK 0.000.470.06   0.08
XYZ54.051537.274171.3636
Yxy37.27410.33220.2291
Hunter Lab61.052551.1891-26.5666
CIE-Lab67.482254.4105-29.7929

#ea7ddb color RGB value is (234,125,219).

#ea7ddb hex color red value is 234, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea7ddb hue: 0.86 , saturation: 0.72 and the lightness value of ea7ddb is 0.70.

The process color (four color CMYK) of #ea7ddb color hex is 0.00, 0.47, 0.06, 0.08. Web safe color of #ea7ddb is #ff66cc. Color #ea7ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11011011
Octal 352 175 333
Decimal 234 125 219
Hex EA 7D DB

RGB Percentages of Color #ea7ddb

%40.48
%21.63
%37.89

CMYK Percentages of Color #ea7ddb

%0
%47
%6
%8

Triadic Colors of #ea7ddb

#ea7ddb #dbea7d #7ddbea

Analogous Colors of #ea7ddb

#ea7ddb #ea7da5 #c37dea

Monochromatic Colors of #ea7ddb

#ea7ddb

Complementary Color

#ea7ddb #7dea8c

#ea7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ddb Color CSS Codes

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

#ea7ddb Text Font Color

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

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


#ea7ddb Background Color

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

This div background color is #ea7ddb


#ea7ddb Border Color

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

This div border color is #ea7ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,125,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea7ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea7ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #ea7ddb;
  box-shadow:         1px 1px 3px 2px #ea7ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,125,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ddb


Comments

No comments written yet.

Please login to write comment.