Color Hex Logo

#ed73bf Color Hex

#ED73BF
(237,115,191)
0 Favorites   0 Comments

Color spaces of #ed73bf

RGB 237115191
HSL0.900.770.69
HSV323°51°93°
CMYK 0.000.510.19   0.07
XYZ50.459834.027653.1987
Yxy34.02760.36650.2471
Hunter Lab58.333252.3243-13.2381
CIE-Lab64.984555.7898-17.8945

#ed73bf color RGB value is (237,115,191).

#ed73bf hex color red value is 237, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ed73bf hue: 0.90 , saturation: 0.77 and the lightness value of ed73bf is 0.69.

The process color (four color CMYK) of #ed73bf color hex is 0.00, 0.51, 0.19, 0.07. Web safe color of #ed73bf is #ff66cc. Color #ed73bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110011 10111111
Octal 355 163 277
Decimal 237 115 191
Hex ED 73 BF

RGB Percentages of Color #ed73bf

%43.65
%21.18
%35.17

CMYK Percentages of Color #ed73bf

%0
%51
%19
%7

Triadic Colors of #ed73bf

#ed73bf #bfed73 #73bfed

Analogous Colors of #ed73bf

#ed73bf #ed7382 #de73ed

Monochromatic Colors of #ed73bf

#ed73bf

Complementary Color

#ed73bf #73eda1

#ed73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed73bf Color CSS Codes

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

#ed73bf Text Font Color

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

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


#ed73bf Background Color

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

This div background color is #ed73bf


#ed73bf Border Color

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

This div border color is #ed73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed73bf

#ed73bf Color Palettes


Comments

No comments written yet.

Please login to write comment.