Color Hex Logo

#efa1de Color Hex

#EFA1DE
(239,161,222)
0 Favorites   0 Comments

Color spaces of #efa1de

RGB 239161222
HSL0.870.710.78
HSV313°33°94°
CMYK 0.000.330.07   0.06
XYZ61.526349.114475.3445
Yxy49.11440.33080.2641
Hunter Lab70.081734.0663-14.6853
CIE-Lab75.522438.0313-19.1024

#efa1de color RGB value is (239,161,222).

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

The process color (four color CMYK) of #efa1de color hex is 0.00, 0.33, 0.07, 0.06. Web safe color of #efa1de is #ff99cc. Color #efa1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 11011110
Octal 357 241 336
Decimal 239 161 222
Hex EF A1 DE

RGB Percentages of Color #efa1de

%38.42
%25.88
%35.69

CMYK Percentages of Color #efa1de

%0
%33
%7
%6

Triadic Colors of #efa1de

#efa1de #deefa1 #a1deef

Analogous Colors of #efa1de

#efa1de #efa1b7 #d9a1ef

Monochromatic Colors of #efa1de

#efa1de

Complementary Color

#efa1de #a1efb2

#efa1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa1de Color CSS Codes

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

#efa1de Text Font Color

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

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


#efa1de Background Color

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

This div background color is #efa1de


#efa1de Border Color

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

This div border color is #efa1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa1de


Comments

No comments written yet.

Please login to write comment.