Color Hex Logo

#e696cd Color Hex

#E696CD
(230,150,205)
0 Favorites   0 Comments

Color spaces of #e696cd

RGB 230150205
HSL0.890.620.75
HSV319°35°90°
CMYK 0.000.350.11   0.10
XYZ54.558943.043563.1903
Yxy43.04350.33930.2677
Hunter Lab65.607533.6265-11.1802
CIE-Lab71.584538.0203-15.8169

#e696cd color RGB value is (230,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 11001101
Octal 346 226 315
Decimal 230 150 205
Hex E6 96 CD

RGB Percentages of Color #e696cd

%39.32
%25.64
%35.04

CMYK Percentages of Color #e696cd

%0
%35
%11
%10

Triadic Colors of #e696cd

#e696cd #cde696 #96cde6

Analogous Colors of #e696cd

#e696cd #e696a5 #d796e6

Monochromatic Colors of #e696cd

#e696cd

Complementary Color

#e696cd #96e6af

#e696cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e696cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e696cd Color CSS Codes

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

#e696cd Text Font Color

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

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


#e696cd Background Color

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

This div background color is #e696cd


#e696cd Border Color

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

This div border color is #e696cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e696cd


Comments

No comments written yet.

Please login to write comment.