Color Hex Logo

#efa2ea Color Hex

#EFA2EA
(239,162,234)
0 Favorites   0 Comments

Color spaces of #efa2ea

RGB 239162234
HSL0.840.710.79
HSV304°32°94°
CMYK 0.000.320.02   0.06
XYZ63.368250.131984.1785
Yxy50.13190.32060.2536
Hunter Lab70.803935.8475-20.9270
CIE-Lab76.150139.5994-24.6800

#efa2ea color RGB value is (239,162,234).

#efa2ea hex color red value is 239, green value is 162 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #efa2ea hue: 0.84 , saturation: 0.71 and the lightness value of efa2ea is 0.79.

The process color (four color CMYK) of #efa2ea color hex is 0.00, 0.32, 0.02, 0.06. Web safe color of #efa2ea is #ff99ff. Color #efa2ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 11101010
Octal 357 242 352
Decimal 239 162 234
Hex EF A2 EA

RGB Percentages of Color #efa2ea

%37.64
%25.51
%36.85

CMYK Percentages of Color #efa2ea

%0
%32
%2
%6

Triadic Colors of #efa2ea

#efa2ea #eaefa2 #a2eaef

Analogous Colors of #efa2ea

#efa2ea #efa2c4 #cea2ef

Monochromatic Colors of #efa2ea

#efa2ea

Complementary Color

#efa2ea #a2efa7

#efa2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa2ea Color CSS Codes

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

#efa2ea Text Font Color

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

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


#efa2ea Background Color

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

This div background color is #efa2ea


#efa2ea Border Color

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

This div border color is #efa2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa2ea


Comments

No comments written yet.

Please login to write comment.