Color Hex Logo

#e273ca Color Hex

#E273CA
(226,115,202)
0 Favorites   0 Comments

Color spaces of #e273ca

RGB 226115202
HSL0.870.660.67
HSV313°49°89°
CMYK 0.000.490.11   0.11
XYZ48.155432.694559.6497
Yxy32.69450.34270.2327
Hunter Lab57.179150.2666-21.8264
CIE-Lab63.912854.1498-25.8681

#e273ca color RGB value is (226,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 11001010
Octal 342 163 312
Decimal 226 115 202
Hex E2 73 CA

RGB Percentages of Color #e273ca

%41.62
%21.18
%37.20

CMYK Percentages of Color #e273ca

%0
%49
%11
%11

Triadic Colors of #e273ca

#e273ca #cae273 #73cae2

Analogous Colors of #e273ca

#e273ca #e27393 #c373e2

Monochromatic Colors of #e273ca

#e273ca

Complementary Color

#e273ca #73e28b

#e273ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273ca Color CSS Codes

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

#e273ca Text Font Color

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

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


#e273ca Background Color

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

This div background color is #e273ca


#e273ca Border Color

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

This div border color is #e273ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273ca


Comments

No comments written yet.

Please login to write comment.