Color Hex Logo

#e678de Color Hex

#E678DE
(230,120,222)
0 Favorites   0 Comments

Color spaces of #e678de

RGB 230120222
HSL0.850.690.69
HSV304°48°90°
CMYK 0.000.480.03   0.10
XYZ52.534435.529973.1963
Yxy35.52990.32580.2203
Hunter Lab59.607053.0082-31.0822
CIE-Lab66.159256.2006-33.5485

#e678de color RGB value is (230,120,222).

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

The process color (four color CMYK) of #e678de color hex is 0.00, 0.48, 0.03, 0.10. Web safe color of #e678de is #ff66cc. Color #e678de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 11011110
Octal 346 170 336
Decimal 230 120 222
Hex E6 78 DE

RGB Percentages of Color #e678de

%40.21
%20.98
%38.81

CMYK Percentages of Color #e678de

%0
%48
%3
%10

Triadic Colors of #e678de

#e678de #dee678 #78dee6

Analogous Colors of #e678de

#e678de #e678a7 #b778e6

Monochromatic Colors of #e678de

#e678de

Complementary Color

#e678de #78e680

#e678de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678de Color CSS Codes

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

#e678de Text Font Color

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

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


#e678de Background Color

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

This div background color is #e678de


#e678de Border Color

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

This div border color is #e678de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678de


Comments

No comments written yet.

Please login to write comment.