Color Hex Logo

#ea6fdc Color Hex

#EA6FDC
(234,111,220)
0 Favorites   0 Comments

Color spaces of #ea6fdc

RGB 234111220
HSL0.850.750.68
HSV307°53°92°
CMYK 0.000.530.06   0.08
XYZ52.534434.028671.5095
Yxy34.02860.33230.2153
Hunter Lab58.334058.6688-31.8476
CIE-Lab64.985361.2605-34.2162

#ea6fdc color RGB value is (234,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101111 11011100
Octal 352 157 334
Decimal 234 111 220
Hex EA 6F DC

RGB Percentages of Color #ea6fdc

%41.42
%19.65
%38.94

CMYK Percentages of Color #ea6fdc

%0
%53
%6
%8

Triadic Colors of #ea6fdc

#ea6fdc #dcea6f #6fdcea

Analogous Colors of #ea6fdc

#ea6fdc #ea6f9f #bb6fea

Monochromatic Colors of #ea6fdc

#ea6fdc

Complementary Color

#ea6fdc #6fea7d

#ea6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6fdc Color CSS Codes

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

#ea6fdc Text Font Color

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

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


#ea6fdc Background Color

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

This div background color is #ea6fdc


#ea6fdc Border Color

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

This div border color is #ea6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6fdc


Comments

No comments written yet.

Please login to write comment.