Color Hex Logo

#ed1fbc Color Hex

#ED1FBC
(237,31,188)
0 Favorites   0 Comments

Color spaces of #ed1fbc

RGB 23731188
HSL0.870.850.53
HSV314°87°93°
CMYK 0.000.870.21   0.07
XYZ44.492122.615349.5972
Yxy22.61530.38120.1938
Hunter Lab47.555583.7791-28.5466
CIE-Lab54.673983.5975-32.0333

#ed1fbc color RGB value is (237,31,188).

#ed1fbc hex color red value is 237, green value is 31 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed1fbc hue: 0.87 , saturation: 0.85 and the lightness value of ed1fbc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011111 10111100
Octal 355 37 274
Decimal 237 31 188
Hex ED 1F BC

RGB Percentages of Color #ed1fbc

%51.97
%6.80
%41.23

CMYK Percentages of Color #ed1fbc

%0
%87
%21
%7

Triadic Colors of #ed1fbc

#ed1fbc #bced1f #1fbced

Analogous Colors of #ed1fbc

#ed1fbc #ed1f55 #b71fed

Monochromatic Colors of #ed1fbc

#ed1fbc

Complementary Color

#ed1fbc #1fed50

#ed1fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1fbc Color CSS Codes

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

#ed1fbc Text Font Color

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

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


#ed1fbc Background Color

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

This div background color is #ed1fbc


#ed1fbc Border Color

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

This div border color is #ed1fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1fbc


Comments

No comments written yet.

Please login to write comment.