Color Hex Logo

#eb06ce Color Hex

#EB06CE
(235,6,206)
0 Favorites   0 Comments

Color spaces of #eb06ce

RGB 2356206
HSL0.850.950.47
HSV308°97°92°
CMYK 0.000.970.12   0.08
XYZ45.466722.248660.2906
Yxy22.24860.35520.1738
Hunter Lab47.168489.5154-42.7665
CIE-Lab54.289888.0672-43.0435

#eb06ce color RGB value is (235,6,206).

#eb06ce hex color red value is 235, green value is 6 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb06ce hue: 0.85 , saturation: 0.95 and the lightness value of eb06ce is 0.47.

The process color (four color CMYK) of #eb06ce color hex is 0.00, 0.97, 0.12, 0.08. Web safe color of #eb06ce is #ff00cc. Color #eb06ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000110 11001110
Octal 353 6 316
Decimal 235 6 206
Hex EB 6 CE

RGB Percentages of Color #eb06ce

%52.57
%1.34
%46.09

CMYK Percentages of Color #eb06ce

%0
%97
%12
%8

Triadic Colors of #eb06ce

#eb06ce #ceeb06 #06ceeb

Analogous Colors of #eb06ce

#eb06ce #eb065c #9606eb

Monochromatic Colors of #eb06ce

#eb06ce

Complementary Color

#eb06ce #06eb23

#eb06ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb06ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb06ce Color CSS Codes

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

#eb06ce Text Font Color

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

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


#eb06ce Background Color

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

This div background color is #eb06ce


#eb06ce Border Color

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

This div border color is #eb06ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb06ce


Comments

No comments written yet.

Please login to write comment.