Color Hex Logo

#e69cbe Color Hex

#E69CBE
(230,156,190)
0 Favorites   0 Comments

Color spaces of #e69cbe

RGB 230156190
HSL0.920.600.76
HSV332°32°90°
CMYK 0.000.320.17   0.10
XYZ53.815944.317654.4330
Yxy44.31760.35270.2905
Hunter Lab66.571527.7981-1.8792
CIE-Lab72.440332.4366-6.2486

#e69cbe color RGB value is (230,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011100 10111110
Octal 346 234 276
Decimal 230 156 190
Hex E6 9C BE

RGB Percentages of Color #e69cbe

%39.93
%27.08
%32.99

CMYK Percentages of Color #e69cbe

%0
%32
%17
%10

Triadic Colors of #e69cbe

#e69cbe #bee69c #9cbee6

Analogous Colors of #e69cbe

#e69cbe #e69f9c #e69ce3

Monochromatic Colors of #e69cbe

#e69cbe

Complementary Color

#e69cbe #9ce6c4

#e69cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69cbe Color CSS Codes

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

#e69cbe Text Font Color

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

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


#e69cbe Background Color

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

This div background color is #e69cbe


#e69cbe Border Color

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

This div border color is #e69cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69cbe


Comments

No comments written yet.

Please login to write comment.