Color Hex Logo

#e274ca Color Hex

#E274CA
(226,116,202)
0 Favorites   0 Comments

Color spaces of #e274ca

RGB 226116202
HSL0.870.650.67
HSV313°49°89°
CMYK 0.000.490.11   0.11
XYZ48.270132.923859.6879
Yxy32.92380.34260.2337
Hunter Lab57.379349.7488-21.5100
CIE-Lab64.099253.6627-25.5817

#e274ca color RGB value is (226,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11001010
Octal 342 164 312
Decimal 226 116 202
Hex E2 74 CA

RGB Percentages of Color #e274ca

%41.54
%21.32
%37.13

CMYK Percentages of Color #e274ca

%0
%49
%11
%11

Triadic Colors of #e274ca

#e274ca #cae274 #74cae2

Analogous Colors of #e274ca

#e274ca #e27493 #c374e2

Monochromatic Colors of #e274ca

#e274ca

Complementary Color

#e274ca #74e28c

#e274ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274ca Color CSS Codes

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

#e274ca Text Font Color

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

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


#e274ca Background Color

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

This div background color is #e274ca


#e274ca Border Color

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

This div border color is #e274ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274ca


Comments

No comments written yet.

Please login to write comment.