Color Hex Logo

#e274ab Color Hex

#E274AB
(226,116,171)
0 Favorites   0 Comments

Color spaces of #e274ab

RGB 226116171
HSL0.920.650.67
HSV330°49°89°
CMYK 0.000.490.24   0.11
XYZ44.960131.599842.2578
Yxy31.59980.37840.2660
Hunter Lab56.213744.3915-5.2208
CIE-Lab63.010749.0192-9.6601

#e274ab color RGB value is (226,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 10101011
Octal 342 164 253
Decimal 226 116 171
Hex E2 74 AB

RGB Percentages of Color #e274ab

%44.05
%22.61
%33.33

CMYK Percentages of Color #e274ab

%0
%49
%24
%11

Triadic Colors of #e274ab

#e274ab #abe274 #74abe2

Analogous Colors of #e274ab

#e274ab #e27474 #e274e2

Monochromatic Colors of #e274ab

#e274ab

Complementary Color

#e274ab #74e2ab

#e274ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274ab Color CSS Codes

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

#e274ab Text Font Color

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

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


#e274ab Background Color

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

This div background color is #e274ab


#e274ab Border Color

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

This div border color is #e274ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274ab


Comments

No comments written yet.

Please login to write comment.