Color Hex Logo

#eb66ce Color Hex

#EB66CE
(235,102,206)
0 Favorites   0 Comments

Color spaces of #eb66ce

RGB 235102206
HSL0.870.770.66
HSV313°57°92°
CMYK 0.000.570.12   0.08
XYZ50.152931.621161.8527
Yxy31.62110.34920.2202
Hunter Lab56.232660.7939-25.8528
CIE-Lab63.028563.3983-29.3831

#eb66ce color RGB value is (235,102,206).

#eb66ce hex color red value is 235, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb66ce hue: 0.87 , saturation: 0.77 and the lightness value of eb66ce is 0.66.

The process color (four color CMYK) of #eb66ce color hex is 0.00, 0.57, 0.12, 0.08. Web safe color of #eb66ce is #ff66cc. Color #eb66ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 11001110
Octal 353 146 316
Decimal 235 102 206
Hex EB 66 CE

RGB Percentages of Color #eb66ce

%43.28
%18.78
%37.94

CMYK Percentages of Color #eb66ce

%0
%57
%12
%8

Triadic Colors of #eb66ce

#eb66ce #ceeb66 #66ceeb

Analogous Colors of #eb66ce

#eb66ce #eb668c #c666eb

Monochromatic Colors of #eb66ce

#eb66ce

Complementary Color

#eb66ce #66eb83

#eb66ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb66ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb66ce Color CSS Codes

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

#eb66ce Text Font Color

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

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


#eb66ce Background Color

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

This div background color is #eb66ce


#eb66ce Border Color

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

This div border color is #eb66ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb66ce


Comments

No comments written yet.

Please login to write comment.