Color Hex Logo

#e28fcc Color Hex

#E28FCC
(226,143,204)
0 Favorites   0 Comments

Color spaces of #e28fcc

RGB 226143204
HSL0.880.590.72
HSV316°37°89°
CMYK 0.000.370.10   0.11
XYZ52.085640.173362.1358
Yxy40.17330.33740.2602
Hunter Lab63.382435.7663-13.7562
CIE-Lab69.592840.2286-18.3177

#e28fcc color RGB value is (226,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 11001100
Octal 342 217 314
Decimal 226 143 204
Hex E2 8F CC

RGB Percentages of Color #e28fcc

%39.44
%24.96
%35.60

CMYK Percentages of Color #e28fcc

%0
%37
%10
%11

Triadic Colors of #e28fcc

#e28fcc #cce28f #8fcce2

Analogous Colors of #e28fcc

#e28fcc #e28fa3 #cf8fe2

Monochromatic Colors of #e28fcc

#e28fcc

Complementary Color

#e28fcc #8fe2a5

#e28fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fcc Color CSS Codes

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

#e28fcc Text Font Color

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

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


#e28fcc Background Color

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

This div background color is #e28fcc


#e28fcc Border Color

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

This div border color is #e28fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fcc


Comments

No comments written yet.

Please login to write comment.