Color Hex Logo

#e26adc Color Hex

#E26ADC
(226,106,220)
0 Favorites   0 Comments

Color spaces of #e26adc

RGB 226106220
HSL0.840.670.65
HSV303°53°89°
CMYK 0.000.530.03   0.11
XYZ49.436331.644171.2125
Yxy31.64410.32460.2078
Hunter Lab56.253158.4263-35.6799
CIE-Lab63.047661.3822-37.3159

#e26adc color RGB value is (226,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101010 11011100
Octal 342 152 334
Decimal 226 106 220
Hex E2 6A DC

RGB Percentages of Color #e26adc

%40.94
%19.20
%39.86

CMYK Percentages of Color #e26adc

%0
%53
%3
%11

Triadic Colors of #e26adc

#e26adc #dce26a #6adce2

Analogous Colors of #e26adc

#e26adc #e26aa0 #ac6ae2

Monochromatic Colors of #e26adc

#e26adc

Complementary Color

#e26adc #6ae270

#e26adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26adc Color CSS Codes

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

#e26adc Text Font Color

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

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


#e26adc Background Color

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

This div background color is #e26adc


#e26adc Border Color

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

This div border color is #e26adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26adc


Comments

No comments written yet.

Please login to write comment.