Color Hex Logo

#efa0ed Color Hex

#EFA0ED
(239,160,237)
0 Favorites   0 Comments

Color spaces of #efa0ed

RGB 239160237
HSL0.840.710.78
HSV302°33°94°
CMYK 0.000.330.01   0.06
XYZ63.453549.606886.3515
Yxy49.60680.31820.2488
Hunter Lab70.432137.5576-23.3885
CIE-Lab75.827341.1870-26.8028

#efa0ed color RGB value is (239,160,237).

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

The process color (four color CMYK) of #efa0ed color hex is 0.00, 0.33, 0.01, 0.06. Web safe color of #efa0ed is #ff99ff. Color #efa0ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 11101101
Octal 357 240 355
Decimal 239 160 237
Hex EF A0 ED

RGB Percentages of Color #efa0ed

%37.58
%25.16
%37.26

CMYK Percentages of Color #efa0ed

%0
%33
%1
%6

Triadic Colors of #efa0ed

#efa0ed #edefa0 #a0edef

Analogous Colors of #efa0ed

#efa0ed #efa0c6 #caa0ef

Monochromatic Colors of #efa0ed

#efa0ed

Complementary Color

#efa0ed #a0efa2

#efa0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa0ed Color CSS Codes

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

#efa0ed Text Font Color

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

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


#efa0ed Background Color

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

This div background color is #efa0ed


#efa0ed Border Color

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

This div border color is #efa0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa0ed


Comments

No comments written yet.

Please login to write comment.