Color Hex Logo

#eb68ec Color Hex

#EB68EC
(235,104,236)
0 Favorites   0 Comments

Color spaces of #eb68ec

RGB 235104236
HSL0.830.780.67
HSV300°56°93°
CMYK 0.000.560.00   0.07
XYZ54.351633.618982.9813
Yxy33.61890.31790.1967
Hunter Lab57.981865.8561-44.2663
CIE-Lab64.658967.3448-43.6181

#eb68ec color RGB value is (235,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 11101100
Octal 353 150 354
Decimal 235 104 236
Hex EB 68 EC

RGB Percentages of Color #eb68ec

%40.87
%18.09
%41.04

CMYK Percentages of Color #eb68ec

%0
%56
%0
%7

Triadic Colors of #eb68ec

#eb68ec #eceb68 #68eceb

Analogous Colors of #eb68ec

#eb68ec #ec68ab #a968ec

Monochromatic Colors of #eb68ec

#eb68ec

Complementary Color

#eb68ec #69ec68

#eb68ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb68ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb68ec Color CSS Codes

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

#eb68ec Text Font Color

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

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


#eb68ec Background Color

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

This div background color is #eb68ec


#eb68ec Border Color

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

This div border color is #eb68ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb68ec


Comments

No comments written yet.

Please login to write comment.