color codes Logo

#e284cc color codes

#E284CC
(226,132,204)
0 Favorites   0 Comments

Color spaces of #e284cc

RGB 226132204
HSL0.870.620.70
HSV314°42°89°
CMYK 0.000.420.10   0.11
XYZ50.514437.030961.6120
Yxy37.03090.33870.2483
Hunter Lab60.853041.6810-17.4324
CIE-Lab67.300245.9541-21.8029

#e284cc color RGB value is (226,132,204).

#e284cc hex color red value is 226, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e284cc hue: 0.87 , saturation: 0.62 and the lightness value of e284cc is 0.70.

The process color (four color CMYK) of #e284cc color code is 0.00, 0.42, 0.10, 0.11. Web safe color of #e284cc is #cc99cc. Color #e284cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 11001100
Octal 342 204 314
Decimal 226 132 204
Hex E2 84 CC

RGB Percentages of Color #e284cc

%40.21
%23.49
%36.30

CMYK Percentages of Color #e284cc

%0
%42
%10
%11

Triadic Colors of #e284cc

#e284cc #cce284 #84cce2

Analogous Colors of #e284cc

#e284cc #e2849d #c984e2

Monochromatic Colors of #e284cc

#e284cc

Complementary Color

#e284cc #84e29a

#e284cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284cc Color CSS Codes

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

#e284cc Text Font Color

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

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


#e284cc Background Color

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

This div background color is #e284cc


#e284cc Border Color

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

This div border color is #e284cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284cc


Comments

No comments written yet.

Please login to write comment.