Color Hex Logo

#e28cbf Color Hex

#E28CBF
(226,140,191)
0 Favorites   0 Comments

Color spaces of #e28cbf

RGB 226140191
HSL0.900.600.72
HSV324°38°89°
CMYK 0.000.380.15   0.11
XYZ50.146138.686554.1145
Yxy38.68650.35080.2706
Hunter Lab62.198535.0642-8.0451
CIE-Lab68.523639.6943-12.6914

#e28cbf color RGB value is (226,140,191).

#e28cbf hex color red value is 226, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e28cbf hue: 0.90 , saturation: 0.60 and the lightness value of e28cbf is 0.72.

The process color (four color CMYK) of #e28cbf color hex is 0.00, 0.38, 0.15, 0.11. Web safe color of #e28cbf is #cc99cc. Color #e28cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 10111111
Octal 342 214 277
Decimal 226 140 191
Hex E2 8C BF

RGB Percentages of Color #e28cbf

%40.57
%25.13
%34.29

CMYK Percentages of Color #e28cbf

%0
%38
%15
%11

Triadic Colors of #e28cbf

#e28cbf #bfe28c #8cbfe2

Analogous Colors of #e28cbf

#e28cbf #e28c94 #da8ce2

Monochromatic Colors of #e28cbf

#e28cbf

Complementary Color

#e28cbf #8ce2af

#e28cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28cbf Color CSS Codes

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

#e28cbf Text Font Color

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

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


#e28cbf Background Color

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

This div background color is #e28cbf


#e28cbf Border Color

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

This div border color is #e28cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28cbf


Comments

No comments written yet.

Please login to write comment.