Color Hex Logo

#eb69dc Color Hex

#EB69DC
(235,105,220)
0 Favorites   0 Comments

Color spaces of #eb69dc

RGB 235105220
HSL0.850.760.67
HSV307°55°92°
CMYK 0.000.550.06   0.08
XYZ52.230832.932671.3139
Yxy32.93260.33380.2105
Hunter Lab57.386962.0349-33.5080
CIE-Lab64.106364.2572-35.5730

#eb69dc color RGB value is (235,105,220).

#eb69dc hex color red value is 235, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eb69dc hue: 0.85 , saturation: 0.76 and the lightness value of eb69dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 11011100
Octal 353 151 334
Decimal 235 105 220
Hex EB 69 DC

RGB Percentages of Color #eb69dc

%41.96
%18.75
%39.29

CMYK Percentages of Color #eb69dc

%0
%55
%6
%8

Triadic Colors of #eb69dc

#eb69dc #dceb69 #69dceb

Analogous Colors of #eb69dc

#eb69dc #eb699b #b969eb

Monochromatic Colors of #eb69dc

#eb69dc

Complementary Color

#eb69dc #69eb78

#eb69dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb69dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb69dc Color CSS Codes

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

#eb69dc Text Font Color

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

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


#eb69dc Background Color

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

This div background color is #eb69dc


#eb69dc Border Color

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

This div border color is #eb69dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb69dc


Comments

No comments written yet.

Please login to write comment.