Color Hex Logo

#eb7eef Color Hex

#EB7EEF
(235,126,239)
0 Favorites   0 Comments

Color spaces of #eb7eef

RGB 235126239
HSL0.830.780.72
HSV298°47°94°
CMYK 0.020.470.00   0.06
XYZ57.301838.815986.1334
Yxy38.81590.31440.2130
Hunter Lab62.302455.1438-38.3570
CIE-Lab68.617757.6582-39.0771

#eb7eef color RGB value is (235,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111110 11101111
Octal 353 176 357
Decimal 235 126 239
Hex EB 7E EF

RGB Percentages of Color #eb7eef

%39.17
%21.00
%39.83

CMYK Percentages of Color #eb7eef

%2
%47
%0
%6

Triadic Colors of #eb7eef

#eb7eef #efeb7e #7eefeb

Analogous Colors of #eb7eef

#eb7eef #ef7ebb #b37eef

Monochromatic Colors of #eb7eef

#eb7eef

Complementary Color

#eb7eef #82ef7e

#eb7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7eef Color CSS Codes

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

#eb7eef Text Font Color

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

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


#eb7eef Background Color

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

This div background color is #eb7eef


#eb7eef Border Color

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

This div border color is #eb7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7eef


Comments

No comments written yet.

Please login to write comment.