Color Hex Logo

#ea6cdd Color Hex

#EA6CDD
(234,108,221)
0 Favorites   0 Comments

Color spaces of #ea6cdd

RGB 234108221
HSL0.850.750.67
HSV306°54°92°
CMYK 0.000.540.06   0.08
XYZ52.345433.438072.1019
Yxy33.43800.33150.2118
Hunter Lab57.825660.3885-33.4499
CIE-Lab64.514062.7991-35.5074

#ea6cdd color RGB value is (234,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101100 11011101
Octal 352 154 335
Decimal 234 108 221
Hex EA 6C DD

RGB Percentages of Color #ea6cdd

%41.56
%19.18
%39.25

CMYK Percentages of Color #ea6cdd

%0
%54
%6
%8

Triadic Colors of #ea6cdd

#ea6cdd #ddea6c #6cddea

Analogous Colors of #ea6cdd

#ea6cdd #ea6c9e #b86cea

Monochromatic Colors of #ea6cdd

#ea6cdd

Complementary Color

#ea6cdd #6cea79

#ea6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6cdd Color CSS Codes

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

#ea6cdd Text Font Color

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

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


#ea6cdd Background Color

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

This div background color is #ea6cdd


#ea6cdd Border Color

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

This div border color is #ea6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6cdd


Comments

No comments written yet.

Please login to write comment.