color codes Logo

#ed53ce color codes

#ED53CE
(237,83,206)
0 Favorites   0 Comments

Color spaces of #ed53ce

RGB 23783206
HSL0.870.810.63
HSV312°65°93°
CMYK 0.000.650.13   0.07
XYZ49.158928.647361.3310
Yxy28.64730.35330.2059
Hunter Lab53.523270.2796-30.4729
CIE-Lab60.469171.7431-33.3288

#ed53ce color RGB value is (237,83,206).

#ed53ce hex color red value is 237, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed53ce hue: 0.87 , saturation: 0.81 and the lightness value of ed53ce is 0.63.

The process color (four color CMYK) of #ed53ce color code is 0.00, 0.65, 0.13, 0.07. Web safe color of #ed53ce is #ff66cc. Color #ed53ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 11001110
Octal 355 123 316
Decimal 237 83 206
Hex ED 53 CE

RGB Percentages of Color #ed53ce

%45.06
%15.78
%39.16

CMYK Percentages of Color #ed53ce

%0
%65
%13
%7

Triadic Colors of #ed53ce

#ed53ce #ceed53 #53ceed

Analogous Colors of #ed53ce

#ed53ce #ed5381 #bf53ed

Monochromatic Colors of #ed53ce

#ed53ce

Complementary Color

#ed53ce #53ed72

#ed53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed53ce Color CSS Codes

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

#ed53ce Text Font Color

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

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


#ed53ce Background Color

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

This div background color is #ed53ce


#ed53ce Border Color

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

This div border color is #ed53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed53ce


Comments

No comments written yet.

Please login to write comment.