Color Hex Logo

#ed4abb Color Hex

#ED4ABB
(237,74,187)
0 Favorites   0 Comments

Color spaces of #ed4abb

RGB 23774187
HSL0.880.820.61
HSV318°69°93°
CMYK 0.000.690.21   0.07
XYZ46.343526.489949.6842
Yxy26.48990.37830.2162
Hunter Lab51.468370.6567-21.2069
CIE-Lab58.499272.4210-25.5279

#ed4abb color RGB value is (237,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001010 10111011
Octal 355 112 273
Decimal 237 74 187
Hex ED 4A BB

RGB Percentages of Color #ed4abb

%47.59
%14.86
%37.55

CMYK Percentages of Color #ed4abb

%0
%69
%21
%7

Triadic Colors of #ed4abb

#ed4abb #bbed4a #4abbed

Analogous Colors of #ed4abb

#ed4abb #ed4a6a #ce4aed

Monochromatic Colors of #ed4abb

#ed4abb

Complementary Color

#ed4abb #4aed7c

#ed4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4abb Color CSS Codes

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

#ed4abb Text Font Color

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

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


#ed4abb Background Color

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

This div background color is #ed4abb


#ed4abb Border Color

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

This div border color is #ed4abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4abb


Comments

No comments written yet.

Please login to write comment.