Color Hex Logo

#ea69dd Color Hex

#EA69DD
(234,105,221)
0 Favorites   0 Comments

Color spaces of #ea69dd

RGB 234105221
HSL0.850.750.66
HSV306°55°92°
CMYK 0.000.550.06   0.08
XYZ52.034432.816071.9982
Yxy32.81600.33170.2092
Hunter Lab57.285361.8892-34.4182
CIE-Lab64.011664.1512-36.2900

#ea69dd color RGB value is (234,105,221).

#ea69dd hex color red value is 234, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea69dd hue: 0.85 , saturation: 0.75 and the lightness value of ea69dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 11011101
Octal 352 151 335
Decimal 234 105 221
Hex EA 69 DD

RGB Percentages of Color #ea69dd

%41.79
%18.75
%39.46

CMYK Percentages of Color #ea69dd

%0
%55
%6
%8

Triadic Colors of #ea69dd

#ea69dd #ddea69 #69ddea

Analogous Colors of #ea69dd

#ea69dd #ea699d #b769ea

Monochromatic Colors of #ea69dd

#ea69dd

Complementary Color

#ea69dd #69ea76

#ea69dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea69dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea69dd Color CSS Codes

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

#ea69dd Text Font Color

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

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


#ea69dd Background Color

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

This div background color is #ea69dd


#ea69dd Border Color

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

This div border color is #ea69dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea69dd


Comments

No comments written yet.

Please login to write comment.