Color Hex Logo

#e694db Color Hex

#E694DB
(230,148,219)
0 Favorites   0 Comments

Color spaces of #e694db

RGB 230148219
HSL0.860.620.74
HSV308°36°90°
CMYK 0.000.360.05   0.10
XYZ56.009243.117372.3883
Yxy43.11730.32660.2514
Hunter Lab65.663837.3435-19.3972
CIE-Lab71.634541.4545-23.4612

#e694db color RGB value is (230,148,219).

#e694db hex color red value is 230, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e694db hue: 0.86 , saturation: 0.62 and the lightness value of e694db is 0.74.

The process color (four color CMYK) of #e694db color hex is 0.00, 0.36, 0.05, 0.10. Web safe color of #e694db is #ff99cc. Color #e694db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11011011
Octal 346 224 333
Decimal 230 148 219
Hex E6 94 DB

RGB Percentages of Color #e694db

%38.53
%24.79
%36.68

CMYK Percentages of Color #e694db

%0
%36
%5
%10

Triadic Colors of #e694db

#e694db #dbe694 #94dbe6

Analogous Colors of #e694db

#e694db #e694b2 #c894e6

Monochromatic Colors of #e694db

#e694db

Complementary Color

#e694db #94e69f

#e694db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694db Color CSS Codes

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

#e694db Text Font Color

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

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


#e694db Background Color

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

This div background color is #e694db


#e694db Border Color

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

This div border color is #e694db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694db


Comments

No comments written yet.

Please login to write comment.