Color Hex Logo

#e26cbd Color Hex

#E26CBD
(226,108,189)
0 Favorites   0 Comments

Color spaces of #e26cbd

RGB 226108189
HSL0.890.670.65
HSV319°52°89°
CMYK 0.000.520.16   0.11
XYZ45.911930.568051.6245
Yxy30.56800.35840.2386
Hunter Lab55.288351.4733-16.6591
CIE-Lab62.141255.4969-21.2273

#e26cbd color RGB value is (226,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101100 10111101
Octal 342 154 275
Decimal 226 108 189
Hex E2 6C BD

RGB Percentages of Color #e26cbd

%43.21
%20.65
%36.14

CMYK Percentages of Color #e26cbd

%0
%52
%16
%11

Triadic Colors of #e26cbd

#e26cbd #bde26c #6cbde2

Analogous Colors of #e26cbd

#e26cbd #e26c82 #cc6ce2

Monochromatic Colors of #e26cbd

#e26cbd

Complementary Color

#e26cbd #6ce291

#e26cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26cbd Color CSS Codes

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

#e26cbd Text Font Color

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

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


#e26cbd Background Color

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

This div background color is #e26cbd


#e26cbd Border Color

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

This div border color is #e26cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26cbd


Comments

No comments written yet.

Please login to write comment.