Color Hex Logo

#e28fcb Color Hex

#E28FCB
(226,143,203)
0 Favorites   0 Comments

Color spaces of #e28fcb

RGB 226143203
HSL0.880.590.72
HSV317°37°89°
CMYK 0.000.370.10   0.11
XYZ51.966040.125561.5060
Yxy40.12550.33830.2612
Hunter Lab63.344735.5826-13.2277
CIE-Lab69.558840.0616-17.8138

#e28fcb color RGB value is (226,143,203).

#e28fcb hex color red value is 226, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e28fcb hue: 0.88 , saturation: 0.59 and the lightness value of e28fcb is 0.72.

The process color (four color CMYK) of #e28fcb color hex is 0.00, 0.37, 0.10, 0.11. Web safe color of #e28fcb is #cc99cc. Color #e28fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 11001011
Octal 342 217 313
Decimal 226 143 203
Hex E2 8F CB

RGB Percentages of Color #e28fcb

%39.51
%25.00
%35.49

CMYK Percentages of Color #e28fcb

%0
%37
%10
%11

Triadic Colors of #e28fcb

#e28fcb #cbe28f #8fcbe2

Analogous Colors of #e28fcb

#e28fcb #e28fa2 #d08fe2

Monochromatic Colors of #e28fcb

#e28fcb

Complementary Color

#e28fcb #8fe2a6

#e28fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fcb Color CSS Codes

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

#e28fcb Text Font Color

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

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


#e28fcb Background Color

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

This div background color is #e28fcb


#e28fcb Border Color

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

This div border color is #e28fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,143,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fcb


Comments

No comments written yet.

Please login to write comment.