Color Hex Logo

#ea48cf Color Hex

#EA48CF
(234,72,207)
0 Favorites   0 Comments

Color spaces of #ea48cf

RGB 23472207
HSL0.860.790.60
HSV310°69°92°
CMYK 0.000.690.12   0.08
XYZ47.511526.632161.6679
Yxy26.63210.34980.1961
Hunter Lab51.606374.0256-34.7253
CIE-Lab58.632275.1262-36.7977

#ea48cf color RGB value is (234,72,207).

#ea48cf hex color red value is 234, green value is 72 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea48cf hue: 0.86 , saturation: 0.79 and the lightness value of ea48cf is 0.60.

The process color (four color CMYK) of #ea48cf color hex is 0.00, 0.69, 0.12, 0.08. Web safe color of #ea48cf is #ff33cc. Color #ea48cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 11001111
Octal 352 110 317
Decimal 234 72 207
Hex EA 48 CF

RGB Percentages of Color #ea48cf

%45.61
%14.04
%40.35

CMYK Percentages of Color #ea48cf

%0
%69
%12
%8

Triadic Colors of #ea48cf

#ea48cf #cfea48 #48cfea

Analogous Colors of #ea48cf

#ea48cf #ea487e #b448ea

Monochromatic Colors of #ea48cf

#ea48cf

Complementary Color

#ea48cf #48ea63

#ea48cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea48cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea48cf Color CSS Codes

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

#ea48cf Text Font Color

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

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


#ea48cf Background Color

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

This div background color is #ea48cf


#ea48cf Border Color

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

This div border color is #ea48cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea48cf


Comments

No comments written yet.

Please login to write comment.