Color Hex Logo

#ed83cd Color Hex

#ED83CD
(237,131,205)
0 Favorites   0 Comments

Color spaces of #ed83cd

RGB 237131205
HSL0.880.750.72
HSV318°45°93°
CMYK 0.000.450.14   0.07
XYZ54.060838.644962.3675
Yxy38.64490.34860.2492
Hunter Lab62.165046.4408-15.9676
CIE-Lab68.493350.0761-20.4193

#ed83cd color RGB value is (237,131,205).

#ed83cd hex color red value is 237, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed83cd hue: 0.88 , saturation: 0.75 and the lightness value of ed83cd is 0.72.

The process color (four color CMYK) of #ed83cd color hex is 0.00, 0.45, 0.14, 0.07. Web safe color of #ed83cd is #ff99cc. Color #ed83cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 11001101
Octal 355 203 315
Decimal 237 131 205
Hex ED 83 CD

RGB Percentages of Color #ed83cd

%41.36
%22.86
%35.78

CMYK Percentages of Color #ed83cd

%0
%45
%14
%7

Triadic Colors of #ed83cd

#ed83cd #cded83 #83cded

Analogous Colors of #ed83cd

#ed83cd #ed8398 #d883ed

Monochromatic Colors of #ed83cd

#ed83cd

Complementary Color

#ed83cd #83eda3

#ed83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed83cd Color CSS Codes

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

#ed83cd Text Font Color

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

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


#ed83cd Background Color

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

This div background color is #ed83cd


#ed83cd Border Color

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

This div border color is #ed83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed83cd


Comments

No comments written yet.

Please login to write comment.