Color Hex Logo

#ea68dc Color Hex

#EA68DC
(234,104,220)
0 Favorites   0 Comments

Color spaces of #ea68dc

RGB 234104220
HSL0.850.760.66
HSV306°56°92°
CMYK 0.000.560.06   0.08
XYZ51.800332.560471.2647
Yxy32.56040.33290.2092
Hunter Lab57.061762.1833-34.1044
CIE-Lab63.803464.4346-36.0553

#ea68dc color RGB value is (234,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 11011100
Octal 352 150 334
Decimal 234 104 220
Hex EA 68 DC

RGB Percentages of Color #ea68dc

%41.94
%18.64
%39.43

CMYK Percentages of Color #ea68dc

%0
%56
%6
%8

Triadic Colors of #ea68dc

#ea68dc #dcea68 #68dcea

Analogous Colors of #ea68dc

#ea68dc #ea689b #b768ea

Monochromatic Colors of #ea68dc

#ea68dc

Complementary Color

#ea68dc #68ea76

#ea68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68dc Color CSS Codes

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

#ea68dc Text Font Color

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

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


#ea68dc Background Color

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

This div background color is #ea68dc


#ea68dc Border Color

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

This div border color is #ea68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68dc


Comments

No comments written yet.

Please login to write comment.