Color Hex Logo

#ed4bdd Color Hex

#ED4BDD
(237,75,221)
0 Favorites   0 Comments

Color spaces of #ed4bdd

RGB 23775221
HSL0.850.820.61
HSV306°68°93°
CMYK 0.000.680.07   0.07
XYZ50.492328.257171.1995
Yxy28.25710.33670.1884
Hunter Lab53.157476.5252-42.2034
CIE-Lab60.120376.8429-42.3525

#ed4bdd color RGB value is (237,75,221).

#ed4bdd hex color red value is 237, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ed4bdd hue: 0.85 , saturation: 0.82 and the lightness value of ed4bdd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001011 11011101
Octal 355 113 335
Decimal 237 75 221
Hex ED 4B DD

RGB Percentages of Color #ed4bdd

%44.47
%14.07
%41.46

CMYK Percentages of Color #ed4bdd

%0
%68
%7
%7

Triadic Colors of #ed4bdd

#ed4bdd #dded4b #4bdded

Analogous Colors of #ed4bdd

#ed4bdd #ed4b8c #ac4bed

Monochromatic Colors of #ed4bdd

#ed4bdd

Complementary Color

#ed4bdd #4bed5b

#ed4bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4bdd Color CSS Codes

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

#ed4bdd Text Font Color

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

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


#ed4bdd Background Color

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

This div background color is #ed4bdd


#ed4bdd Border Color

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

This div border color is #ed4bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4bdd


Comments

No comments written yet.

Please login to write comment.