Color Hex Logo

#eb6dfe Color Hex

#EB6DFE
(235,109,254)
0 Favorites   0 Comments

Color spaces of #eb6dfe

RGB 235109254
HSL0.810.990.71
HSV292°57°100°
CMYK 0.070.570.00   0.00
XYZ57.619035.755297.6305
Yxy35.75520.30170.1872
Hunter Lab59.795767.3599-54.9479
CIE-Lab66.332568.2864-50.9059

#eb6dfe color RGB value is (235,109,254).

#eb6dfe hex color red value is 235, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eb6dfe hue: 0.81 , saturation: 0.99 and the lightness value of eb6dfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101101 11111110
Octal 353 155 376
Decimal 235 109 254
Hex EB 6D FE

RGB Percentages of Color #eb6dfe

%39.30
%18.23
%42.47

CMYK Percentages of Color #eb6dfe

%7
%57
%0
%0

Triadic Colors of #eb6dfe

#eb6dfe #feeb6d #6dfeeb

Analogous Colors of #eb6dfe

#eb6dfe #fe6dc9 #a36dfe

Monochromatic Colors of #eb6dfe

#eb6dfe

Complementary Color

#eb6dfe #80fe6d

#eb6dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6dfe Color CSS Codes

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

#eb6dfe Text Font Color

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

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


#eb6dfe Background Color

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

This div background color is #eb6dfe


#eb6dfe Border Color

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

This div border color is #eb6dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6dfe


Comments

No comments written yet.

Please login to write comment.