Color Hex Logo

#ed68bc Color Hex

#ED68BC
(237,104,188)
0 Favorites   0 Comments

Color spaces of #ed68bc

RGB 237104188
HSL0.890.790.67
HSV322°56°93°
CMYK 0.000.560.21   0.07
XYZ48.952531.536051.0839
Yxy31.53600.37210.2397
Hunter Lab56.156957.3255-14.6241
CIE-Lab62.957560.4546-19.2736

#ed68bc color RGB value is (237,104,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10111100
Octal 355 150 274
Decimal 237 104 188
Hex ED 68 BC

RGB Percentages of Color #ed68bc

%44.80
%19.66
%35.54

CMYK Percentages of Color #ed68bc

%0
%56
%21
%7

Triadic Colors of #ed68bc

#ed68bc #bced68 #68bced

Analogous Colors of #ed68bc

#ed68bc #ed687a #dc68ed

Monochromatic Colors of #ed68bc

#ed68bc

Complementary Color

#ed68bc #68ed99

#ed68bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68bc Color CSS Codes

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

#ed68bc Text Font Color

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

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


#ed68bc Background Color

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

This div background color is #ed68bc


#ed68bc Border Color

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

This div border color is #ed68bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68bc


Comments

No comments written yet.

Please login to write comment.