Color Hex Logo

#e275ad Color Hex

#E275AD
(226,117,173)
0 Favorites   0 Comments

Color spaces of #e275ad

RGB 226117173
HSL0.910.650.67
HSV329°48°89°
CMYK 0.000.480.23   0.11
XYZ45.268131.908543.3082
Yxy31.90850.37570.2648
Hunter Lab56.487644.1932-5.9154
CIE-Lab63.267248.8013-10.4169

#e275ad color RGB value is (226,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 10101101
Octal 342 165 255
Decimal 226 117 173
Hex E2 75 AD

RGB Percentages of Color #e275ad

%43.80
%22.67
%33.53

CMYK Percentages of Color #e275ad

%0
%48
%23
%11

Triadic Colors of #e275ad

#e275ad #ade275 #75ade2

Analogous Colors of #e275ad

#e275ad #e27577 #e175e2

Monochromatic Colors of #e275ad

#e275ad

Complementary Color

#e275ad #75e2aa

#e275ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275ad Color CSS Codes

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

#e275ad Text Font Color

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

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


#e275ad Background Color

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

This div background color is #e275ad


#e275ad Border Color

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

This div border color is #e275ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275ad


Comments

No comments written yet.

Please login to write comment.