Color Hex Logo

#e68bdd Color Hex

#E68BDD
(230,139,221)
0 Favorites   0 Comments

Color spaces of #e68bdd

RGB 230139221
HSL0.850.650.72
HSV306°40°90°
CMYK 0.000.400.04   0.10
XYZ54.916940.508773.3311
Yxy40.50870.32540.2400
Hunter Lab63.646442.6362-23.7593
CIE-Lab69.830346.4882-27.3264

#e68bdd color RGB value is (230,139,221).

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

The process color (four color CMYK) of #e68bdd color hex is 0.00, 0.40, 0.04, 0.10. Web safe color of #e68bdd is #ff99cc. Color #e68bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 11011101
Octal 346 213 335
Decimal 230 139 221
Hex E6 8B DD

RGB Percentages of Color #e68bdd

%38.98
%23.56
%37.46

CMYK Percentages of Color #e68bdd

%0
%40
%4
%10

Triadic Colors of #e68bdd

#e68bdd #dde68b #8bdde6

Analogous Colors of #e68bdd

#e68bdd #e68bb0 #c28be6

Monochromatic Colors of #e68bdd

#e68bdd

Complementary Color

#e68bdd #8be694

#e68bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68bdd Color CSS Codes

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

#e68bdd Text Font Color

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

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


#e68bdd Background Color

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

This div background color is #e68bdd


#e68bdd Border Color

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

This div border color is #e68bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68bdd


Comments

No comments written yet.

Please login to write comment.