Color Hex Logo

#ea7cee Color Hex

#EA7CEE
(234,124,238)
0 Favorites   0 Comments

Color spaces of #ea7cee

RGB 234124238
HSL0.830.770.71
HSV298°48°93°
CMYK 0.020.480.00   0.07
XYZ56.572038.080885.2576
Yxy38.08080.31440.2117
Hunter Lab61.709655.6471-38.7179
CIE-Lab68.080158.1745-39.3749

#ea7cee color RGB value is (234,124,238).

#ea7cee hex color red value is 234, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ea7cee hue: 0.83 , saturation: 0.77 and the lightness value of ea7cee is 0.71.

The process color (four color CMYK) of #ea7cee color hex is 0.02, 0.48, 0.00, 0.07. Web safe color of #ea7cee is #ff66ff. Color #ea7cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 11101110
Octal 352 174 356
Decimal 234 124 238
Hex EA 7C EE

RGB Percentages of Color #ea7cee

%39.26
%20.81
%39.93

CMYK Percentages of Color #ea7cee

%2
%48
%0
%7

Triadic Colors of #ea7cee

#ea7cee #eeea7c #7ceeea

Analogous Colors of #ea7cee

#ea7cee #ee7cb9 #b17cee

Monochromatic Colors of #ea7cee

#ea7cee

Complementary Color

#ea7cee #80ee7c

#ea7cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7cee Color CSS Codes

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

#ea7cee Text Font Color

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

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


#ea7cee Background Color

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

This div background color is #ea7cee


#ea7cee Border Color

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

This div border color is #ea7cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7cee


Comments

No comments written yet.

Please login to write comment.