Color Hex Logo

#ea68ed Color Hex

#EA68ED
(234,104,237)
0 Favorites   0 Comments

Color spaces of #ea68ed

RGB 234104237
HSL0.830.790.67
HSV299°56°93°
CMYK 0.010.560.00   0.07
XYZ54.168133.507583.7334
Yxy33.50750.31600.1955
Hunter Lab57.885765.7364-45.2449
CIE-Lab64.569767.2617-44.3221

#ea68ed color RGB value is (234,104,237).

#ea68ed hex color red value is 234, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea68ed hue: 0.83 , saturation: 0.79 and the lightness value of ea68ed is 0.67.

The process color (four color CMYK) of #ea68ed color hex is 0.01, 0.56, 0.00, 0.07. Web safe color of #ea68ed is #ff66ff. Color #ea68ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 11101101
Octal 352 150 355
Decimal 234 104 237
Hex EA 68 ED

RGB Percentages of Color #ea68ed

%40.70
%18.09
%41.22

CMYK Percentages of Color #ea68ed

%1
%56
%0
%7

Triadic Colors of #ea68ed

#ea68ed #edea68 #68edea

Analogous Colors of #ea68ed

#ea68ed #ed68ae #a868ed

Monochromatic Colors of #ea68ed

#ea68ed

Complementary Color

#ea68ed #6bed68

#ea68ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68ed Color CSS Codes

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

#ea68ed Text Font Color

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

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


#ea68ed Background Color

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

This div background color is #ea68ed


#ea68ed Border Color

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

This div border color is #ea68ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68ed


Comments

No comments written yet.

Please login to write comment.