Color Hex Logo

#ed60bc Color Hex

#ED60BC
(237,96,188)
0 Favorites   0 Comments

Color spaces of #ed60bc

RGB 23796188
HSL0.890.800.65
HSV321°59°93°
CMYK 0.000.590.21   0.07
XYZ48.185030.001150.8281
Yxy30.00110.37350.2325
Hunter Lab54.773361.1764-16.6782
CIE-Lab61.655263.9625-21.2592

#ed60bc color RGB value is (237,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 10111100
Octal 355 140 274
Decimal 237 96 188
Hex ED 60 BC

RGB Percentages of Color #ed60bc

%45.49
%18.43
%36.08

CMYK Percentages of Color #ed60bc

%0
%59
%21
%7

Triadic Colors of #ed60bc

#ed60bc #bced60 #60bced

Analogous Colors of #ed60bc

#ed60bc #ed6076 #d860ed

Monochromatic Colors of #ed60bc

#ed60bc

Complementary Color

#ed60bc #60ed91

#ed60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed60bc Color CSS Codes

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

#ed60bc Text Font Color

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

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


#ed60bc Background Color

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

This div background color is #ed60bc


#ed60bc Border Color

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

This div border color is #ed60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed60bc


Comments

No comments written yet.

Please login to write comment.