Color Hex Logo

#e66bdd Color Hex

#E66BDD
(230,107,221)
0 Favorites   0 Comments

Color spaces of #e66bdd

RGB 230107221
HSL0.850.710.66
HSV304°53°90°
CMYK 0.000.530.04   0.10
XYZ50.942032.558872.0062
Yxy32.55880.32760.2094
Hunter Lab57.060359.5047-34.8777
CIE-Lab63.802162.1719-36.6578

#e66bdd color RGB value is (230,107,221).

#e66bdd hex color red value is 230, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e66bdd hue: 0.85 , saturation: 0.71 and the lightness value of e66bdd is 0.66.

The process color (four color CMYK) of #e66bdd color hex is 0.00, 0.53, 0.04, 0.10. Web safe color of #e66bdd is #ff66cc. Color #e66bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101011 11011101
Octal 346 153 335
Decimal 230 107 221
Hex E6 6B DD

RGB Percentages of Color #e66bdd

%41.22
%19.18
%39.61

CMYK Percentages of Color #e66bdd

%0
%53
%4
%10

Triadic Colors of #e66bdd

#e66bdd #dde66b #6bdde6

Analogous Colors of #e66bdd

#e66bdd #e66ba0 #b26be6

Monochromatic Colors of #e66bdd

#e66bdd

Complementary Color

#e66bdd #6be674

#e66bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66bdd Color CSS Codes

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

#e66bdd Text Font Color

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

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


#e66bdd Background Color

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

This div background color is #e66bdd


#e66bdd Border Color

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

This div border color is #e66bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,107,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e66bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e66bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #e66bdd;
  box-shadow:         1px 1px 3px 2px #e66bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66bdd


Comments

No comments written yet.

Please login to write comment.