Color Hex Logo

#ed2adb Color Hex

#ED2ADB
(237,42,219)
0 Favorites   0 Comments

Color spaces of #ed2adb

RGB 23742219
HSL0.850.840.55
HSV306°82°93°
CMYK 0.000.820.08   0.07
XYZ48.539224.774969.2416
Yxy24.77490.34050.1738
Hunter Lab49.774486.9652-47.6368
CIE-Lab56.855485.6255-46.3755

#ed2adb color RGB value is (237,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101010 11011011
Octal 355 52 333
Decimal 237 42 219
Hex ED 2A DB

RGB Percentages of Color #ed2adb

%47.59
%8.43
%43.98

CMYK Percentages of Color #ed2adb

%0
%82
%8
%7

Triadic Colors of #ed2adb

#ed2adb #dbed2a #2adbed

Analogous Colors of #ed2adb

#ed2adb #ed2a7a #9e2aed

Monochromatic Colors of #ed2adb

#ed2adb

Complementary Color

#ed2adb #2aed3c

#ed2adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2adb Color CSS Codes

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

#ed2adb Text Font Color

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

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


#ed2adb Background Color

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

This div background color is #ed2adb


#ed2adb Border Color

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

This div border color is #ed2adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2adb


Comments

No comments written yet.

Please login to write comment.