Color Hex Logo

#ea71dd Color Hex

#EA71DD
(234,113,221)
0 Favorites   0 Comments

Color spaces of #ea71dd

RGB 234113221
HSL0.850.740.68
HSV306°52°92°
CMYK 0.000.520.06   0.08
XYZ52.888034.523172.2827
Yxy34.52310.33120.2162
Hunter Lab58.756457.8485-31.8097
CIE-Lab65.375760.4963-34.1674

#ea71dd color RGB value is (234,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11011101
Octal 352 161 335
Decimal 234 113 221
Hex EA 71 DD

RGB Percentages of Color #ea71dd

%41.20
%19.89
%38.91

CMYK Percentages of Color #ea71dd

%0
%52
%6
%8

Triadic Colors of #ea71dd

#ea71dd #ddea71 #71ddea

Analogous Colors of #ea71dd

#ea71dd #ea71a1 #bb71ea

Monochromatic Colors of #ea71dd

#ea71dd

Complementary Color

#ea71dd #71ea7e

#ea71dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71dd Color CSS Codes

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

#ea71dd Text Font Color

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

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


#ea71dd Background Color

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

This div background color is #ea71dd


#ea71dd Border Color

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

This div border color is #ea71dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71dd


Comments

No comments written yet.

Please login to write comment.