Color Hex Logo

#e68add Color Hex

#E68ADD
(230,138,221)
0 Favorites   0 Comments

Color spaces of #e68add

RGB 230138221
HSL0.850.650.72
HSV306°40°90°
CMYK 0.000.400.04   0.10
XYZ54.772840.220473.2831
Yxy40.22040.32550.2390
Hunter Lab63.419643.1787-24.1176
CIE-Lab69.626247.0034-27.6401

#e68add color RGB value is (230,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001010 11011101
Octal 346 212 335
Decimal 230 138 221
Hex E6 8A DD

RGB Percentages of Color #e68add

%39.05
%23.43
%37.52

CMYK Percentages of Color #e68add

%0
%40
%4
%10

Triadic Colors of #e68add

#e68add #dde68a #8adde6

Analogous Colors of #e68add

#e68add #e68aaf #c18ae6

Monochromatic Colors of #e68add

#e68add

Complementary Color

#e68add #8ae693

#e68add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68add Color CSS Codes

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

#e68add Text Font Color

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

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


#e68add Background Color

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

This div background color is #e68add


#e68add Border Color

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

This div border color is #e68add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68add


Comments

No comments written yet.

Please login to write comment.