Color Hex Logo

#e67add Color Hex

#E67ADD
(230,122,221)
0 Favorites   0 Comments

Color spaces of #e67add

RGB 230122221
HSL0.850.680.69
HSV305°47°90°
CMYK 0.000.470.04   0.10
XYZ52.643835.962572.5734
Yxy35.96250.32660.2231
Hunter Lab59.968751.7516-29.7739
CIE-Lab66.491355.0538-32.4775

#e67add color RGB value is (230,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111010 11011101
Octal 346 172 335
Decimal 230 122 221
Hex E6 7A DD

RGB Percentages of Color #e67add

%40.14
%21.29
%38.57

CMYK Percentages of Color #e67add

%0
%47
%4
%10

Triadic Colors of #e67add

#e67add #dde67a #7adde6

Analogous Colors of #e67add

#e67add #e67aa7 #b97ae6

Monochromatic Colors of #e67add

#e67add

Complementary Color

#e67add #7ae683

#e67add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67add Color CSS Codes

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

#e67add Text Font Color

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

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


#e67add Background Color

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

This div background color is #e67add


#e67add Border Color

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

This div border color is #e67add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67add


Comments

No comments written yet.

Please login to write comment.