Color Hex Logo

#e26dcb Color Hex

#E26DCB
(226,109,203)
0 Favorites   0 Comments

Color spaces of #e26dcb

RGB 226109203
HSL0.870.670.66
HSV312°52°89°
CMYK 0.000.520.10   0.11
XYZ47.612231.417860.0547
Yxy31.41780.34230.2259
Hunter Lab56.051653.5340-24.2883
CIE-Lab62.858857.1886-28.0549

#e26dcb color RGB value is (226,109,203).

#e26dcb hex color red value is 226, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e26dcb hue: 0.87 , saturation: 0.67 and the lightness value of e26dcb is 0.66.

The process color (four color CMYK) of #e26dcb color hex is 0.00, 0.52, 0.10, 0.11. Web safe color of #e26dcb is #cc66cc. Color #e26dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101101 11001011
Octal 342 155 313
Decimal 226 109 203
Hex E2 6D CB

RGB Percentages of Color #e26dcb

%42.01
%20.26
%37.73

CMYK Percentages of Color #e26dcb

%0
%52
%10
%11

Triadic Colors of #e26dcb

#e26dcb #cbe26d #6dcbe2

Analogous Colors of #e26dcb

#e26dcb #e26d91 #bf6de2

Monochromatic Colors of #e26dcb

#e26dcb

Complementary Color

#e26dcb #6de284

#e26dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26dcb Color CSS Codes

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

#e26dcb Text Font Color

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

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


#e26dcb Background Color

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

This div background color is #e26dcb


#e26dcb Border Color

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

This div border color is #e26dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26dcb


Comments

No comments written yet.

Please login to write comment.