Color Hex Logo

#ea6cdf Color Hex

#EA6CDF
(234,108,223)
0 Favorites   0 Comments

Color spaces of #ea6cdf

RGB 234108223
HSL0.850.750.67
HSV305°54°92°
CMYK 0.000.540.05   0.08
XYZ52.613533.545373.5139
Yxy33.54530.32950.2101
Hunter Lab57.918360.7939-34.7121
CIE-Lab64.600063.1268-36.4897

#ea6cdf color RGB value is (234,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101100 11011111
Octal 352 154 337
Decimal 234 108 223
Hex EA 6C DF

RGB Percentages of Color #ea6cdf

%41.42
%19.12
%39.47

CMYK Percentages of Color #ea6cdf

%0
%54
%5
%8

Triadic Colors of #ea6cdf

#ea6cdf #dfea6c #6cdfea

Analogous Colors of #ea6cdf

#ea6cdf #ea6ca0 #b66cea

Monochromatic Colors of #ea6cdf

#ea6cdf

Complementary Color

#ea6cdf #6cea77

#ea6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6cdf Color CSS Codes

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

#ea6cdf Text Font Color

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

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


#ea6cdf Background Color

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

This div background color is #ea6cdf


#ea6cdf Border Color

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

This div border color is #ea6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6cdf


Comments

No comments written yet.

Please login to write comment.