Color Hex Logo

#ea6bdd Color Hex

#EA6BDD
(234,107,221)
0 Favorites   0 Comments

Color spaces of #ea6bdd

RGB 234107221
HSL0.850.750.67
HSV306°54°92°
CMYK 0.000.540.06   0.08
XYZ52.240533.228372.0669
Yxy33.22830.33160.2109
Hunter Lab57.644060.8906-33.7740
CIE-Lab64.345363.2522-35.7700

#ea6bdd color RGB value is (234,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 11011101
Octal 352 153 335
Decimal 234 107 221
Hex EA 6B DD

RGB Percentages of Color #ea6bdd

%41.64
%19.04
%39.32

CMYK Percentages of Color #ea6bdd

%0
%54
%6
%8

Triadic Colors of #ea6bdd

#ea6bdd #ddea6b #6bddea

Analogous Colors of #ea6bdd

#ea6bdd #ea6b9e #b86bea

Monochromatic Colors of #ea6bdd

#ea6bdd

Complementary Color

#ea6bdd #6bea78

#ea6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6bdd Color CSS Codes

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

#ea6bdd Text Font Color

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

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


#ea6bdd Background Color

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

This div background color is #ea6bdd


#ea6bdd Border Color

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

This div border color is #ea6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6bdd


Comments

No comments written yet.

Please login to write comment.