Color Hex Logo

#ea74ce Color Hex

#EA74CE
(234,116,206)
0 Favorites   0 Comments

Color spaces of #ea74ce

RGB 234116206
HSL0.870.740.69
HSV314°50°92°
CMYK 0.000.500.12   0.08
XYZ51.317734.439462.3353
Yxy34.43940.34650.2326
Hunter Lab58.685153.3920-21.8983
CIE-Lab65.309956.6688-25.8794

#ea74ce color RGB value is (234,116,206).

#ea74ce hex color red value is 234, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea74ce hue: 0.87 , saturation: 0.74 and the lightness value of ea74ce is 0.69.

The process color (four color CMYK) of #ea74ce color hex is 0.00, 0.50, 0.12, 0.08. Web safe color of #ea74ce is #ff66cc. Color #ea74ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 11001110
Octal 352 164 316
Decimal 234 116 206
Hex EA 74 CE

RGB Percentages of Color #ea74ce

%42.09
%20.86
%37.05

CMYK Percentages of Color #ea74ce

%0
%50
%12
%8

Triadic Colors of #ea74ce

#ea74ce #ceea74 #74ceea

Analogous Colors of #ea74ce

#ea74ce #ea7493 #cb74ea

Monochromatic Colors of #ea74ce

#ea74ce

Complementary Color

#ea74ce #74ea90

#ea74ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea74ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea74ce Color CSS Codes

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

#ea74ce Text Font Color

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

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


#ea74ce Background Color

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

This div background color is #ea74ce


#ea74ce Border Color

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

This div border color is #ea74ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea74ce


Comments

No comments written yet.

Please login to write comment.