Color Hex Logo

#e276da Color Hex

#E276DA
(226,118,218)
0 Favorites   0 Comments

Color spaces of #e276da

RGB 226118218
HSL0.850.650.67
HSV304°48°89°
CMYK 0.000.480.04   0.11
XYZ50.497434.187670.2670
Yxy34.18760.32590.2206
Hunter Lab58.470251.8377-30.3231
CIE-Lab65.111255.3440-32.9863

#e276da color RGB value is (226,118,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110110 11011010
Octal 342 166 332
Decimal 226 118 218
Hex E2 76 DA

RGB Percentages of Color #e276da

%40.21
%21.00
%38.79

CMYK Percentages of Color #e276da

%0
%48
%4
%11

Triadic Colors of #e276da

#e276da #dae276 #76dae2

Analogous Colors of #e276da

#e276da #e276a4 #b476e2

Monochromatic Colors of #e276da

#e276da

Complementary Color

#e276da #76e27e

#e276da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e276da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e276da Color CSS Codes

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

#e276da Text Font Color

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

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


#e276da Background Color

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

This div background color is #e276da


#e276da Border Color

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

This div border color is #e276da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e276da


Comments

No comments written yet.

Please login to write comment.