Color Hex Logo

#e275ab Color Hex

#E275AB
(226,117,171)
0 Favorites   0 Comments

Color spaces of #e275ab

RGB 226117171
HSL0.920.650.67
HSV330°48°89°
CMYK 0.000.480.24   0.11
XYZ45.076031.831642.2964
Yxy31.83160.37810.2670
Hunter Lab56.419543.8773-4.9547
CIE-Lab63.203548.5229-9.3723

#e275ab color RGB value is (226,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 10101011
Octal 342 165 253
Decimal 226 117 171
Hex E2 75 AB

RGB Percentages of Color #e275ab

%43.97
%22.76
%33.27

CMYK Percentages of Color #e275ab

%0
%48
%24
%11

Triadic Colors of #e275ab

#e275ab #abe275 #75abe2

Analogous Colors of #e275ab

#e275ab #e27675 #e275e2

Monochromatic Colors of #e275ab

#e275ab

Complementary Color

#e275ab #75e2ac

#e275ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275ab Color CSS Codes

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

#e275ab Text Font Color

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

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


#e275ab Background Color

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

This div background color is #e275ab


#e275ab Border Color

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

This div border color is #e275ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275ab


Comments

No comments written yet.

Please login to write comment.