Color Hex Logo

#e68cbf Color Hex

#E68CBF
(230,140,191)
0 Favorites   0 Comments

Color spaces of #e68cbf

RGB 230140191
HSL0.910.640.73
HSV326°39°90°
CMYK 0.000.390.17   0.10
XYZ51.415239.340754.1739
Yxy39.34070.35480.2714
Hunter Lab62.722236.5579-7.3040
CIE-Lab68.997341.0322-11.9324

#e68cbf color RGB value is (230,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001100 10111111
Octal 346 214 277
Decimal 230 140 191
Hex E6 8C BF

RGB Percentages of Color #e68cbf

%41.00
%24.96
%34.05

CMYK Percentages of Color #e68cbf

%0
%39
%17
%10

Triadic Colors of #e68cbf

#e68cbf #bfe68c #8cbfe6

Analogous Colors of #e68cbf

#e68cbf #e68c92 #e08ce6

Monochromatic Colors of #e68cbf

#e68cbf

Complementary Color

#e68cbf #8ce6b3

#e68cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68cbf Color CSS Codes

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

#e68cbf Text Font Color

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

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


#e68cbf Background Color

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

This div background color is #e68cbf


#e68cbf Border Color

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

This div border color is #e68cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68cbf


Comments

No comments written yet.

Please login to write comment.