Color Hex Logo

#ed12da Color Hex

#ED12DA
(237,18,218)
0 Favorites   0 Comments

Color spaces of #ed12da

RGB 23718218
HSL0.850.860.50
HSV305°92°93°
CMYK 0.000.920.08   0.07
XYZ47.796223.499168.3463
Yxy23.49910.34230.1683
Hunter Lab48.475991.1645-49.6601
CIE-Lab55.582889.0615-47.8253

#ed12da color RGB value is (237,18,218).

#ed12da hex color red value is 237, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed12da hue: 0.85 , saturation: 0.86 and the lightness value of ed12da is 0.50.

The process color (four color CMYK) of #ed12da color hex is 0.00, 0.92, 0.08, 0.07. Web safe color of #ed12da is #ff00cc. Color #ed12da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010010 11011010
Octal 355 22 332
Decimal 237 18 218
Hex ED 12 DA

RGB Percentages of Color #ed12da

%50.11
%3.81
%46.09

CMYK Percentages of Color #ed12da

%0
%92
%8
%7

Triadic Colors of #ed12da

#ed12da #daed12 #12daed

Analogous Colors of #ed12da

#ed12da #ed126d #9312ed

Monochromatic Colors of #ed12da

#ed12da

Complementary Color

#ed12da #12ed25

#ed12da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed12da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed12da Color CSS Codes

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

#ed12da Text Font Color

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

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


#ed12da Background Color

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

This div background color is #ed12da


#ed12da Border Color

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

This div border color is #ed12da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed12da


Comments

No comments written yet.

Please login to write comment.