Color Hex Logo

#ed68bf Color Hex

#ED68BF
(237,104,191)
0 Favorites   0 Comments

Color spaces of #ed68bf

RGB 237104191
HSL0.890.790.67
HSV321°56°93°
CMYK 0.000.560.19   0.07
XYZ49.279331.666752.8052
Yxy31.66670.36840.2368
Hunter Lab56.273257.8372-16.2449
CIE-Lab63.066560.8749-20.8121

#ed68bf color RGB value is (237,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10111111
Octal 355 150 277
Decimal 237 104 191
Hex ED 68 BF

RGB Percentages of Color #ed68bf

%44.55
%19.55
%35.90

CMYK Percentages of Color #ed68bf

%0
%56
%19
%7

Triadic Colors of #ed68bf

#ed68bf #bfed68 #68bfed

Analogous Colors of #ed68bf

#ed68bf #ed687d #d968ed

Monochromatic Colors of #ed68bf

#ed68bf

Complementary Color

#ed68bf #68ed96

#ed68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68bf Color CSS Codes

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

#ed68bf Text Font Color

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

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


#ed68bf Background Color

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

This div background color is #ed68bf


#ed68bf Border Color

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

This div border color is #ed68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68bf


Comments

No comments written yet.

Please login to write comment.