Color Hex Logo

#ed68ab Color Hex

#ED68AB
(237,104,171)
0 Favorites   0 Comments

Color spaces of #ed68ab

RGB 237104171
HSL0.920.790.67
HSV330°56°93°
CMYK 0.000.560.28   0.07
XYZ47.226130.845441.9928
Yxy30.84540.39330.2569
Hunter Lab55.538654.5911-5.9522
CIE-Lab62.376958.1892-10.4474

#ed68ab color RGB value is (237,104,171).

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

The process color (four color CMYK) of #ed68ab color hex is 0.00, 0.56, 0.28, 0.07. Web safe color of #ed68ab is #ff6699. Color #ed68ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10101011
Octal 355 150 253
Decimal 237 104 171
Hex ED 68 AB

RGB Percentages of Color #ed68ab

%46.29
%20.31
%33.40

CMYK Percentages of Color #ed68ab

%0
%56
%28
%7

Triadic Colors of #ed68ab

#ed68ab #abed68 #68abed

Analogous Colors of #ed68ab

#ed68ab #ed6869 #ed68ed

Monochromatic Colors of #ed68ab

#ed68ab

Complementary Color

#ed68ab #68edaa

#ed68ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68ab Color CSS Codes

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

#ed68ab Text Font Color

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

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


#ed68ab Background Color

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

This div background color is #ed68ab


#ed68ab Border Color

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

This div border color is #ed68ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68ab


Comments

No comments written yet.

Please login to write comment.