Color Hex Logo

#e696dc Color Hex

#E696DC
(230,150,220)
0 Favorites   0 Comments

Color spaces of #e696dc

RGB 230150220
HSL0.850.620.75
HSV308°35°90°
CMYK 0.000.350.04   0.10
XYZ56.457743.803073.1893
Yxy43.80300.32550.2525
Hunter Lab66.183836.4466-19.2371
CIE-Lab72.096640.5785-23.3059

#e696dc color RGB value is (230,150,220).

#e696dc hex color red value is 230, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e696dc hue: 0.85 , saturation: 0.62 and the lightness value of e696dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 11011100
Octal 346 226 334
Decimal 230 150 220
Hex E6 96 DC

RGB Percentages of Color #e696dc

%38.33
%25.00
%36.67

CMYK Percentages of Color #e696dc

%0
%35
%4
%10

Triadic Colors of #e696dc

#e696dc #dce696 #96dce6

Analogous Colors of #e696dc

#e696dc #e696b4 #c896e6

Monochromatic Colors of #e696dc

#e696dc

Complementary Color

#e696dc #96e6a0

#e696dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e696dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e696dc Color CSS Codes

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

#e696dc Text Font Color

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

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


#e696dc Background Color

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

This div background color is #e696dc


#e696dc Border Color

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

This div border color is #e696dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e696dc


Comments

No comments written yet.

Please login to write comment.