Color Hex Logo

#ed5fbb Color Hex

#ED5FBB
(237,95,187)
0 Favorites   0 Comments

Color spaces of #ed5fbb

RGB 23795187
HSL0.890.800.65
HSV321°60°93°
CMYK 0.000.600.21   0.07
XYZ47.986929.776850.2320
Yxy29.77680.37490.2326
Hunter Lab54.568161.4777-16.3810
CIE-Lab61.461264.2517-20.9848

#ed5fbb color RGB value is (237,95,187).

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

The process color (four color CMYK) of #ed5fbb color hex is 0.00, 0.60, 0.21, 0.07. Web safe color of #ed5fbb is #ff66cc. Color #ed5fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011111 10111011
Octal 355 137 273
Decimal 237 95 187
Hex ED 5F BB

RGB Percentages of Color #ed5fbb

%45.66
%18.30
%36.03

CMYK Percentages of Color #ed5fbb

%0
%60
%21
%7

Triadic Colors of #ed5fbb

#ed5fbb #bbed5f #5fbbed

Analogous Colors of #ed5fbb

#ed5fbb #ed5f74 #d85fed

Monochromatic Colors of #ed5fbb

#ed5fbb

Complementary Color

#ed5fbb #5fed91

#ed5fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5fbb Color CSS Codes

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

#ed5fbb Text Font Color

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

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


#ed5fbb Background Color

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

This div background color is #ed5fbb


#ed5fbb Border Color

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

This div border color is #ed5fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,95,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 #ed5fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5fbb


Comments

No comments written yet.

Please login to write comment.