Color Hex Logo

#eb76ec Color Hex

#EB76EC
(235,118,236)
0 Favorites   0 Comments

Color spaces of #eb76ec

RGB 235118236
HSL0.830.760.69
HSV299°50°93°
CMYK 0.000.500.00   0.07
XYZ55.879736.675283.4907
Yxy36.67520.31740.2083
Hunter Lab60.560158.7246-39.3477
CIE-Lab67.032660.9668-39.8985

#eb76ec color RGB value is (235,118,236).

#eb76ec hex color red value is 235, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eb76ec hue: 0.83 , saturation: 0.76 and the lightness value of eb76ec is 0.69.

The process color (four color CMYK) of #eb76ec color hex is 0.00, 0.50, 0.00, 0.07. Web safe color of #eb76ec is #ff66ff. Color #eb76ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 11101100
Octal 353 166 354
Decimal 235 118 236
Hex EB 76 EC

RGB Percentages of Color #eb76ec

%39.90
%20.03
%40.07

CMYK Percentages of Color #eb76ec

%0
%50
%0
%7

Triadic Colors of #eb76ec

#eb76ec #eceb76 #76eceb

Analogous Colors of #eb76ec

#eb76ec #ec76b2 #b076ec

Monochromatic Colors of #eb76ec

#eb76ec

Complementary Color

#eb76ec #77ec76

#eb76ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb76ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb76ec Color CSS Codes

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

#eb76ec Text Font Color

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

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


#eb76ec Background Color

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

This div background color is #eb76ec


#eb76ec Border Color

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

This div border color is #eb76ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,118,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb76ec


Comments

No comments written yet.

Please login to write comment.