Color Hex Logo

#e26ccb Color Hex

#E26CCB
(226,108,203)
0 Favorites   0 Comments

Color spaces of #e26ccb

RGB 226108203
HSL0.870.670.65
HSV312°52°89°
CMYK 0.000.520.10   0.11
XYZ47.506131.205760.0194
Yxy31.20570.34240.2249
Hunter Lab55.862154.0410-24.5990
CIE-Lab62.680957.6600-28.3294

#e26ccb color RGB value is (226,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101100 11001011
Octal 342 154 313
Decimal 226 108 203
Hex E2 6C CB

RGB Percentages of Color #e26ccb

%42.09
%20.11
%37.80

CMYK Percentages of Color #e26ccb

%0
%52
%10
%11

Triadic Colors of #e26ccb

#e26ccb #cbe26c #6ccbe2

Analogous Colors of #e26ccb

#e26ccb #e26c90 #be6ce2

Monochromatic Colors of #e26ccb

#e26ccb

Complementary Color

#e26ccb #6ce283

#e26ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26ccb Color CSS Codes

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

#e26ccb Text Font Color

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

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


#e26ccb Background Color

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

This div background color is #e26ccb


#e26ccb Border Color

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

This div border color is #e26ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,108,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 #e26ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26ccb


Comments

No comments written yet.

Please login to write comment.