Color Hex Logo

#e26dbc Color Hex

#E26DBC
(226,109,188)
0 Favorites   0 Comments

Color spaces of #e26dbc

RGB 226109188
HSL0.890.670.66
HSV319°52°89°
CMYK 0.000.520.17   0.11
XYZ45.909830.736951.0900
Yxy30.73690.35940.2406
Hunter Lab55.440950.7918-15.8285
CIE-Lab62.284954.8717-20.4395

#e26dbc color RGB value is (226,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101101 10111100
Octal 342 155 274
Decimal 226 109 188
Hex E2 6D BC

RGB Percentages of Color #e26dbc

%43.21
%20.84
%35.95

CMYK Percentages of Color #e26dbc

%0
%52
%17
%11

Triadic Colors of #e26dbc

#e26dbc #bce26d #6dbce2

Analogous Colors of #e26dbc

#e26dbc #e26d82 #ce6de2

Monochromatic Colors of #e26dbc

#e26dbc

Complementary Color

#e26dbc #6de293

#e26dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26dbc Color CSS Codes

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

#e26dbc Text Font Color

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

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


#e26dbc Background Color

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

This div background color is #e26dbc


#e26dbc Border Color

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

This div border color is #e26dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26dbc


Comments

No comments written yet.

Please login to write comment.