Color Hex Logo

#e271ca Color Hex

#E271CA
(226,113,202)
0 Favorites   0 Comments

Color spaces of #e271ca

RGB 226113202
HSL0.870.660.66
HSV313°50°89°
CMYK 0.000.500.11   0.11
XYZ47.929832.243359.5745
Yxy32.24330.34300.2307
Hunter Lab56.783251.2985-22.4563
CIE-Lab63.543555.1183-26.4361

#e271ca color RGB value is (226,113,202).

#e271ca hex color red value is 226, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e271ca hue: 0.87 , saturation: 0.66 and the lightness value of e271ca is 0.66.

The process color (four color CMYK) of #e271ca color hex is 0.00, 0.50, 0.11, 0.11. Web safe color of #e271ca is #cc66cc. Color #e271ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 11001010
Octal 342 161 312
Decimal 226 113 202
Hex E2 71 CA

RGB Percentages of Color #e271ca

%41.77
%20.89
%37.34

CMYK Percentages of Color #e271ca

%0
%50
%11
%11

Triadic Colors of #e271ca

#e271ca #cae271 #71cae2

Analogous Colors of #e271ca

#e271ca #e27192 #c271e2

Monochromatic Colors of #e271ca

#e271ca

Complementary Color

#e271ca #71e289

#e271ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271ca Color CSS Codes

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

#e271ca Text Font Color

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

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


#e271ca Background Color

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

This div background color is #e271ca


#e271ca Border Color

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

This div border color is #e271ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271ca


Comments

No comments written yet.

Please login to write comment.