Color Hex Logo

#ed68ce Color Hex

#ED68CE
(237,104,206)
0 Favorites   0 Comments

Color spaces of #ed68ce

RGB 237104206
HSL0.870.790.67
HSV314°56°93°
CMYK 0.000.560.13   0.07
XYZ51.015932.361461.9501
Yxy32.36140.35100.2227
Hunter Lab56.887160.5250-24.7459
CIE-Lab63.640563.0648-28.4149

#ed68ce color RGB value is (237,104,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 11001110
Octal 355 150 316
Decimal 237 104 206
Hex ED 68 CE

RGB Percentages of Color #ed68ce

%43.33
%19.01
%37.66

CMYK Percentages of Color #ed68ce

%0
%56
%13
%7

Triadic Colors of #ed68ce

#ed68ce #ceed68 #68ceed

Analogous Colors of #ed68ce

#ed68ce #ed688c #ca68ed

Monochromatic Colors of #ed68ce

#ed68ce

Complementary Color

#ed68ce #68ed87

#ed68ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68ce Color CSS Codes

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

#ed68ce Text Font Color

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

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


#ed68ce Background Color

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

This div background color is #ed68ce


#ed68ce Border Color

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

This div border color is #ed68ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68ce


Comments

No comments written yet.

Please login to write comment.