Color Hex Logo

#e696be Color Hex

#E696BE
(230,150,190)
0 Favorites   0 Comments

Color spaces of #e696be

RGB 230150190
HSL0.920.620.75
HSV330°35°90°
CMYK 0.000.350.17   0.10
XYZ52.833742.353454.1056
Yxy42.35340.35390.2837
Hunter Lab65.079531.0231-3.7367
CIE-Lab71.113935.6218-8.2166

#e696be color RGB value is (230,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 10111110
Octal 346 226 276
Decimal 230 150 190
Hex E6 96 BE

RGB Percentages of Color #e696be

%40.35
%26.32
%33.33

CMYK Percentages of Color #e696be

%0
%35
%17
%10

Triadic Colors of #e696be

#e696be #bee696 #96bee6

Analogous Colors of #e696be

#e696be #e69696 #e696e6

Monochromatic Colors of #e696be

#e696be

Complementary Color

#e696be #96e6be

#e696be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e696be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e696be Color CSS Codes

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

#e696be Text Font Color

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

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


#e696be Background Color

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

This div background color is #e696be


#e696be Border Color

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

This div border color is #e696be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e696be


Comments

No comments written yet.

Please login to write comment.