Color Hex Logo

#ed69bc Color Hex

#ED69BC
(237,105,188)
0 Favorites   0 Comments

Color spaces of #ed69bc

RGB 237105188
HSL0.900.790.67
HSV322°56°93°
CMYK 0.000.560.21   0.07
XYZ49.053731.738551.1177
Yxy31.73850.37190.2406
Hunter Lab56.336956.8339-14.3613
CIE-Lab63.126260.0037-19.0171

#ed69bc color RGB value is (237,105,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 10111100
Octal 355 151 274
Decimal 237 105 188
Hex ED 69 BC

RGB Percentages of Color #ed69bc

%44.72
%19.81
%35.47

CMYK Percentages of Color #ed69bc

%0
%56
%21
%7

Triadic Colors of #ed69bc

#ed69bc #bced69 #69bced

Analogous Colors of #ed69bc

#ed69bc #ed697a #dc69ed

Monochromatic Colors of #ed69bc

#ed69bc

Complementary Color

#ed69bc #69ed9a

#ed69bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69bc Color CSS Codes

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

#ed69bc Text Font Color

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

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


#ed69bc Background Color

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

This div background color is #ed69bc


#ed69bc Border Color

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

This div border color is #ed69bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69bc


Comments

No comments written yet.

Please login to write comment.