Color Hex Logo

#ea74dd Color Hex

#EA74DD
(234,116,221)
0 Favorites   0 Comments

Color spaces of #ea74dd

RGB 234116221
HSL0.850.740.69
HSV307°50°92°
CMYK 0.000.500.06   0.08
XYZ53.228235.203772.3962
Yxy35.20370.33100.2189
Hunter Lab59.332756.3026-30.8112
CIE-Lab65.907059.0862-33.3427

#ea74dd color RGB value is (234,116,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 11011101
Octal 352 164 335
Decimal 234 116 221
Hex EA 74 DD

RGB Percentages of Color #ea74dd

%40.98
%20.32
%38.70

CMYK Percentages of Color #ea74dd

%0
%50
%6
%8

Triadic Colors of #ea74dd

#ea74dd #ddea74 #74ddea

Analogous Colors of #ea74dd

#ea74dd #ea74a2 #bc74ea

Monochromatic Colors of #ea74dd

#ea74dd

Complementary Color

#ea74dd #74ea81

#ea74dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea74dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea74dd Color CSS Codes

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

#ea74dd Text Font Color

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

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


#ea74dd Background Color

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

This div background color is #ea74dd


#ea74dd Border Color

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

This div border color is #ea74dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea74dd


Comments

No comments written yet.

Please login to write comment.