Color Hex Logo

#ed23da Color Hex

#ED23DA
(237,35,218)
0 Favorites   0 Comments

Color spaces of #ed23da

RGB 23735218
HSL0.850.850.53
HSV306°85°93°
CMYK 0.000.850.08   0.07
XYZ48.181024.268568.4745
Yxy24.26850.34190.1722
Hunter Lab49.263188.3689-47.9275
CIE-Lab56.355686.7944-46.5998

#ed23da color RGB value is (237,35,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 11011010
Octal 355 43 332
Decimal 237 35 218
Hex ED 23 DA

RGB Percentages of Color #ed23da

%48.37
%7.14
%44.49

CMYK Percentages of Color #ed23da

%0
%85
%8
%7

Triadic Colors of #ed23da

#ed23da #daed23 #23daed

Analogous Colors of #ed23da

#ed23da #ed2375 #9b23ed

Monochromatic Colors of #ed23da

#ed23da

Complementary Color

#ed23da #23ed36

#ed23da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed23da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed23da Color CSS Codes

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

#ed23da Text Font Color

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

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


#ed23da Background Color

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

This div background color is #ed23da


#ed23da Border Color

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

This div border color is #ed23da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed23da


Comments

No comments written yet.

Please login to write comment.