Color Hex Logo

#ed5dba Color Hex

#ED5DBA
(237,93,186)
0 Favorites   0 Comments

Color spaces of #ed5dba

RGB 23793186
HSL0.890.800.65
HSV321°61°93°
CMYK 0.000.610.22   0.07
XYZ47.702329.378449.6108
Yxy29.37840.37650.2319
Hunter Lab54.201862.2422-16.3267
CIE-Lab61.114164.9588-20.9434

#ed5dba color RGB value is (237,93,186).

#ed5dba hex color red value is 237, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed5dba hue: 0.89 , saturation: 0.80 and the lightness value of ed5dba is 0.65.

The process color (four color CMYK) of #ed5dba color hex is 0.00, 0.61, 0.22, 0.07. Web safe color of #ed5dba is #ff66cc. Color #ed5dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011101 10111010
Octal 355 135 272
Decimal 237 93 186
Hex ED 5D BA

RGB Percentages of Color #ed5dba

%45.93
%18.02
%36.05

CMYK Percentages of Color #ed5dba

%0
%61
%22
%7

Triadic Colors of #ed5dba

#ed5dba #baed5d #5dbaed

Analogous Colors of #ed5dba

#ed5dba #ed5d72 #d85ded

Monochromatic Colors of #ed5dba

#ed5dba

Complementary Color

#ed5dba #5ded90

#ed5dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5dba Color CSS Codes

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

#ed5dba Text Font Color

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

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


#ed5dba Background Color

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

This div background color is #ed5dba


#ed5dba Border Color

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

This div border color is #ed5dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5dba


Comments

No comments written yet.

Please login to write comment.