Color Hex Logo

#ea068f Color Hex

#EA068F
(234,6,143)
0 Favorites   0 Comments

Color spaces of #ea068f

RGB 2346143
HSL0.900.950.47
HSV324°97°92°
CMYK 0.000.970.39   0.08
XYZ38.954719.605827.7178
Yxy19.60580.45150.2272
Hunter Lab44.278479.5511-6.1200
CIE-Lab51.388680.9337-10.5672

#ea068f color RGB value is (234,6,143).

#ea068f hex color red value is 234, green value is 6 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea068f hue: 0.90 , saturation: 0.95 and the lightness value of ea068f is 0.47.

The process color (four color CMYK) of #ea068f color hex is 0.00, 0.97, 0.39, 0.08. Web safe color of #ea068f is #ff0099. Color #ea068f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000110 10001111
Octal 352 6 217
Decimal 234 6 143
Hex EA 6 8F

RGB Percentages of Color #ea068f

%61.10
%1.57
%37.34

CMYK Percentages of Color #ea068f

%0
%97
%39
%8

Triadic Colors of #ea068f

#ea068f #8fea06 #068fea

Analogous Colors of #ea068f

#ea068f #ea061d #d306ea

Monochromatic Colors of #ea068f

#ea068f

Complementary Color

#ea068f #06ea61

#ea068f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea068f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea068f Color CSS Codes

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

#ea068f Text Font Color

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

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


#ea068f Background Color

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

This div background color is #ea068f


#ea068f Border Color

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

This div border color is #ea068f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea068f


Comments

No comments written yet.

Please login to write comment.