Color Hex Logo

#ed23dc Color Hex

#ED23DC
(237,35,220)
0 Favorites   0 Comments

Color spaces of #ed23dc

RGB 23735220
HSL0.850.850.53
HSV305°85°93°
CMYK 0.000.850.07   0.07
XYZ48.444424.373969.8615
Yxy24.37390.33950.1708
Hunter Lab49.369988.7563-49.3401
CIE-Lab56.460287.0687-47.5687

#ed23dc color RGB value is (237,35,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 11011100
Octal 355 43 334
Decimal 237 35 220
Hex ED 23 DC

RGB Percentages of Color #ed23dc

%48.17
%7.11
%44.72

CMYK Percentages of Color #ed23dc

%0
%85
%7
%7

Triadic Colors of #ed23dc

#ed23dc #dced23 #23dced

Analogous Colors of #ed23dc

#ed23dc #ed2377 #9923ed

Monochromatic Colors of #ed23dc

#ed23dc

Complementary Color

#ed23dc #23ed34

#ed23dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed23dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed23dc Color CSS Codes

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

#ed23dc Text Font Color

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

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


#ed23dc Background Color

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

This div background color is #ed23dc


#ed23dc Border Color

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

This div border color is #ed23dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed23dc


Comments

No comments written yet.

Please login to write comment.