Color Hex Logo

#eb67de Color Hex

#EB67DE
(235,103,222)
0 Favorites   0 Comments

Color spaces of #eb67de

RGB 235103222
HSL0.850.770.66
HSV306°56°92°
CMYK 0.000.560.06   0.08
XYZ52.296032.636672.6504
Yxy32.63660.33190.2071
Hunter Lab57.128563.4260-35.4093
CIE-Lab63.865665.4651-37.0663

#eb67de color RGB value is (235,103,222).

#eb67de hex color red value is 235, green value is 103 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb67de hue: 0.85 , saturation: 0.77 and the lightness value of eb67de is 0.66.

The process color (four color CMYK) of #eb67de color hex is 0.00, 0.56, 0.06, 0.08. Web safe color of #eb67de is #ff66cc. Color #eb67de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 11011110
Octal 353 147 336
Decimal 235 103 222
Hex EB 67 DE

RGB Percentages of Color #eb67de

%41.96
%18.39
%39.64

CMYK Percentages of Color #eb67de

%0
%56
%6
%8

Triadic Colors of #eb67de

#eb67de #deeb67 #67deeb

Analogous Colors of #eb67de

#eb67de #eb679c #b667eb

Monochromatic Colors of #eb67de

#eb67de

Complementary Color

#eb67de #67eb74

#eb67de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb67de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb67de Color CSS Codes

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

#eb67de Text Font Color

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

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


#eb67de Background Color

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

This div background color is #eb67de


#eb67de Border Color

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

This div border color is #eb67de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb67de


Comments

No comments written yet.

Please login to write comment.