Color Hex Logo

#eb6cef Color Hex

#EB6CEF
(235,108,239)
0 Favorites   0 Comments

Color spaces of #eb6cef

RGB 235108239
HSL0.830.800.68
HSV298°55°94°
CMYK 0.020.550.00   0.06
XYZ55.203534.619385.4340
Yxy34.61930.31500.1975
Hunter Lab58.838264.5066-44.9034
CIE-Lab65.451266.0870-44.0346

#eb6cef color RGB value is (235,108,239).

#eb6cef hex color red value is 235, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb6cef hue: 0.83 , saturation: 0.80 and the lightness value of eb6cef is 0.68.

The process color (four color CMYK) of #eb6cef color hex is 0.02, 0.55, 0.00, 0.06. Web safe color of #eb6cef is #ff66ff. Color #eb6cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101100 11101111
Octal 353 154 357
Decimal 235 108 239
Hex EB 6C EF

RGB Percentages of Color #eb6cef

%40.38
%18.56
%41.07

CMYK Percentages of Color #eb6cef

%2
%55
%0
%6

Triadic Colors of #eb6cef

#eb6cef #efeb6c #6cefeb

Analogous Colors of #eb6cef

#eb6cef #ef6cb2 #aa6cef

Monochromatic Colors of #eb6cef

#eb6cef

Complementary Color

#eb6cef #70ef6c

#eb6cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6cef Color CSS Codes

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

#eb6cef Text Font Color

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

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


#eb6cef Background Color

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

This div background color is #eb6cef


#eb6cef Border Color

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

This div border color is #eb6cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6cef


Comments

No comments written yet.

Please login to write comment.