Color Hex Logo

#ea6fdd Color Hex

#EA6FDD
(234,111,221)
0 Favorites   0 Comments

Color spaces of #ea6fdd

RGB 234111221
HSL0.850.750.68
HSV306°53°92°
CMYK 0.000.530.06   0.08
XYZ52.667334.081872.2092
Yxy34.08180.33130.2144
Hunter Lab58.379658.8698-32.4695
CIE-Lab65.027461.4244-34.7086

#ea6fdd color RGB value is (234,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101111 11011101
Octal 352 157 335
Decimal 234 111 221
Hex EA 6F DD

RGB Percentages of Color #ea6fdd

%41.34
%19.61
%39.05

CMYK Percentages of Color #ea6fdd

%0
%53
%6
%8

Triadic Colors of #ea6fdd

#ea6fdd #ddea6f #6fddea

Analogous Colors of #ea6fdd

#ea6fdd #ea6fa0 #ba6fea

Monochromatic Colors of #ea6fdd

#ea6fdd

Complementary Color

#ea6fdd #6fea7c

#ea6fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6fdd Color CSS Codes

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

#ea6fdd Text Font Color

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

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


#ea6fdd Background Color

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

This div background color is #ea6fdd


#ea6fdd Border Color

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

This div border color is #ea6fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6fdd


Comments

No comments written yet.

Please login to write comment.