Color Hex Logo

#e287ca Color Hex

#E287CA
(226,135,202)
0 Favorites   0 Comments

Color spaces of #e287ca

RGB 226135202
HSL0.880.610.71
HSV316°40°89°
CMYK 0.000.400.11   0.11
XYZ50.688737.761060.4941
Yxy37.76100.34030.2535
Hunter Lab61.450039.7032-15.3527
CIE-Lab67.844144.0751-19.8586

#e287ca color RGB value is (226,135,202).

#e287ca hex color red value is 226, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e287ca hue: 0.88 , saturation: 0.61 and the lightness value of e287ca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 11001010
Octal 342 207 312
Decimal 226 135 202
Hex E2 87 CA

RGB Percentages of Color #e287ca

%40.14
%23.98
%35.88

CMYK Percentages of Color #e287ca

%0
%40
%11
%11

Triadic Colors of #e287ca

#e287ca #cae287 #87cae2

Analogous Colors of #e287ca

#e287ca #e2879d #cd87e2

Monochromatic Colors of #e287ca

#e287ca

Complementary Color

#e287ca #87e29f

#e287ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287ca Color CSS Codes

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

#e287ca Text Font Color

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

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


#e287ca Background Color

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

This div background color is #e287ca


#e287ca Border Color

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

This div border color is #e287ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287ca


Comments

No comments written yet.

Please login to write comment.