Color Hex Logo

#efa2db Color Hex

#EFA2DB
(239,162,219)
0 Favorites   0 Comments

Color spaces of #efa2db

RGB 239162219
HSL0.880.710.79
HSV316°32°94°
CMYK 0.000.320.08   0.06
XYZ61.303149.305973.3038
Yxy49.30590.33330.2681
Hunter Lab70.218232.9554-12.7427
CIE-Lab75.641236.9956-17.2858

#efa2db color RGB value is (239,162,219).

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

The process color (four color CMYK) of #efa2db color hex is 0.00, 0.32, 0.08, 0.06. Web safe color of #efa2db is #ff99cc. Color #efa2db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 11011011
Octal 357 242 333
Decimal 239 162 219
Hex EF A2 DB

RGB Percentages of Color #efa2db

%38.55
%26.13
%35.32

CMYK Percentages of Color #efa2db

%0
%32
%8
%6

Triadic Colors of #efa2db

#efa2db #dbefa2 #a2dbef

Analogous Colors of #efa2db

#efa2db #efa2b5 #dda2ef

Monochromatic Colors of #efa2db

#efa2db

Complementary Color

#efa2db #a2efb6

#efa2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa2db Color CSS Codes

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

#efa2db Text Font Color

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

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


#efa2db Background Color

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

This div background color is #efa2db


#efa2db Border Color

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

This div border color is #efa2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa2db


Comments

No comments written yet.

Please login to write comment.