Color Hex Logo

#e68dbc Color Hex

#E68DBC
(230,141,188)
0 Favorites   0 Comments

Color spaces of #e68dbc

RGB 230141188
HSL0.910.640.73
HSV328°39°90°
CMYK 0.000.390.18   0.10
XYZ51.235139.503652.5015
Yxy39.50360.35770.2758
Hunter Lab62.851935.5174-5.5299
CIE-Lab69.114540.0509-10.0826

#e68dbc color RGB value is (230,141,188).

#e68dbc hex color red value is 230, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e68dbc hue: 0.91 , saturation: 0.64 and the lightness value of e68dbc is 0.73.

The process color (four color CMYK) of #e68dbc color hex is 0.00, 0.39, 0.18, 0.10. Web safe color of #e68dbc is #ff99cc. Color #e68dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001101 10111100
Octal 346 215 274
Decimal 230 141 188
Hex E6 8D BC

RGB Percentages of Color #e68dbc

%41.14
%25.22
%33.63

CMYK Percentages of Color #e68dbc

%0
%39
%18
%10

Triadic Colors of #e68dbc

#e68dbc #bce68d #8dbce6

Analogous Colors of #e68dbc

#e68dbc #e68d90 #e48de6

Monochromatic Colors of #e68dbc

#e68dbc

Complementary Color

#e68dbc #8de6b7

#e68dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68dbc Color CSS Codes

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

#e68dbc Text Font Color

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

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


#e68dbc Background Color

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

This div background color is #e68dbc


#e68dbc Border Color

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

This div border color is #e68dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68dbc


Comments

No comments written yet.

Please login to write comment.