Color Hex Logo

#ef2adb Color Hex

#EF2ADB
(239,42,219)
0 Favorites   0 Comments

Color spaces of #ef2adb

RGB 23942219
HSL0.850.860.55
HSV306°82°94°
CMYK 0.000.820.08   0.06
XYZ49.210825.121169.2730
Yxy25.12110.34270.1749
Hunter Lab50.121087.5469-46.8610
CIE-Lab57.193286.0044-45.8191

#ef2adb color RGB value is (239,42,219).

#ef2adb hex color red value is 239, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef2adb hue: 0.85 , saturation: 0.86 and the lightness value of ef2adb is 0.55.

The process color (four color CMYK) of #ef2adb color hex is 0.00, 0.82, 0.08, 0.06. Web safe color of #ef2adb is #ff33cc. Color #ef2adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101010 11011011
Octal 357 52 333
Decimal 239 42 219
Hex EF 2A DB

RGB Percentages of Color #ef2adb

%47.80
%8.40
%43.80

CMYK Percentages of Color #ef2adb

%0
%82
%8
%6

Triadic Colors of #ef2adb

#ef2adb #dbef2a #2adbef

Analogous Colors of #ef2adb

#ef2adb #ef2a79 #a12aef

Monochromatic Colors of #ef2adb

#ef2adb

Complementary Color

#ef2adb #2aef3e

#ef2adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2adb Color CSS Codes

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

#ef2adb Text Font Color

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

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


#ef2adb Background Color

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

This div background color is #ef2adb


#ef2adb Border Color

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

This div border color is #ef2adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,42,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 #ef2adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2adb


Comments

No comments written yet.

Please login to write comment.