Color Hex Logo

#ed75bc Color Hex

#ED75BC
(237,117,188)
0 Favorites   0 Comments

Color spaces of #ed75bc

RGB 237117188
HSL0.900.770.69
HSV325°51°93°
CMYK 0.000.510.21   0.07
XYZ50.363434.357951.5543
Yxy34.35790.36960.2521
Hunter Lab58.615650.7925-11.1165
CIE-Lab65.245754.4060-15.8041

#ed75bc color RGB value is (237,117,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 10111100
Octal 355 165 274
Decimal 237 117 188
Hex ED 75 BC

RGB Percentages of Color #ed75bc

%43.73
%21.59
%34.69

CMYK Percentages of Color #ed75bc

%0
%51
%21
%7

Triadic Colors of #ed75bc

#ed75bc #bced75 #75bced

Analogous Colors of #ed75bc

#ed75bc #ed7580 #e275ed

Monochromatic Colors of #ed75bc

#ed75bc

Complementary Color

#ed75bc #75eda6

#ed75bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed75bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed75bc Color CSS Codes

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

#ed75bc Text Font Color

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

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


#ed75bc Background Color

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

This div background color is #ed75bc


#ed75bc Border Color

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

This div border color is #ed75bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed75bc


Comments

No comments written yet.

Please login to write comment.