Color Hex Logo

#e869be Color Hex

#E869BE
(232,105,190)
0 Favorites   0 Comments

Color spaces of #e869be

RGB 232105190
HSL0.890.730.66
HSV320°55°91°
CMYK 0.000.550.18   0.09
XYZ47.624630.976752.1842
Yxy30.97670.36410.2369
Hunter Lab55.656755.3405-16.6311
CIE-Lab62.488058.8213-21.1911

#e869be color RGB value is (232,105,190).

#e869be hex color red value is 232, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e869be hue: 0.89 , saturation: 0.73 and the lightness value of e869be is 0.66.

The process color (four color CMYK) of #e869be color hex is 0.00, 0.55, 0.18, 0.09. Web safe color of #e869be is #ff66cc. Color #e869be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101001 10111110
Octal 350 151 276
Decimal 232 105 190
Hex E8 69 BE

RGB Percentages of Color #e869be

%44.02
%19.92
%36.05

CMYK Percentages of Color #e869be

%0
%55
%18
%9

Triadic Colors of #e869be

#e869be #bee869 #69bee8

Analogous Colors of #e869be

#e869be #e8697f #d369e8

Monochromatic Colors of #e869be

#e869be

Complementary Color

#e869be #69e893

#e869be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e869be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e869be Color CSS Codes

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

#e869be Text Font Color

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

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


#e869be Background Color

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

This div background color is #e869be


#e869be Border Color

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

This div border color is #e869be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,105,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 #e869be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e869be


Comments

No comments written yet.

Please login to write comment.