Color Hex Logo

#ed1fba Color Hex

#ED1FBA
(237,31,186)
0 Favorites   0 Comments

Color spaces of #ed1fba

RGB 23731186
HSL0.870.850.53
HSV315°87°93°
CMYK 0.000.870.22   0.07
XYZ44.278022.529748.4693
Yxy22.52970.38410.1954
Hunter Lab47.465583.4486-27.3181
CIE-Lab54.584683.3586-31.0118

#ed1fba color RGB value is (237,31,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011111 10111010
Octal 355 37 272
Decimal 237 31 186
Hex ED 1F BA

RGB Percentages of Color #ed1fba

%52.20
%6.83
%40.97

CMYK Percentages of Color #ed1fba

%0
%87
%22
%7

Triadic Colors of #ed1fba

#ed1fba #baed1f #1fbaed

Analogous Colors of #ed1fba

#ed1fba #ed1f53 #b91fed

Monochromatic Colors of #ed1fba

#ed1fba

Complementary Color

#ed1fba #1fed52

#ed1fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1fba Color CSS Codes

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

#ed1fba Text Font Color

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

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


#ed1fba Background Color

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

This div background color is #ed1fba


#ed1fba Border Color

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

This div border color is #ed1fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1fba


Comments

No comments written yet.

Please login to write comment.