Color Hex Logo

#e25ccb Color Hex

#E25CCB
(226,92,203)
0 Favorites   0 Comments

Color spaces of #e25ccb

RGB 22692203
HSL0.860.700.62
HSV310°59°89°
CMYK 0.000.590.10   0.11
XYZ45.970728.134859.5076
Yxy28.13480.34410.2106
Hunter Lab53.042261.8786-29.3873
CIE-Lab60.010364.8493-32.4664

#e25ccb color RGB value is (226,92,203).

#e25ccb hex color red value is 226, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e25ccb hue: 0.86 , saturation: 0.70 and the lightness value of e25ccb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11001011
Octal 342 134 313
Decimal 226 92 203
Hex E2 5C CB

RGB Percentages of Color #e25ccb

%43.38
%17.66
%38.96

CMYK Percentages of Color #e25ccb

%0
%59
%10
%11

Triadic Colors of #e25ccb

#e25ccb #cbe25c #5ccbe2

Analogous Colors of #e25ccb

#e25ccb #e25c88 #b65ce2

Monochromatic Colors of #e25ccb

#e25ccb

Complementary Color

#e25ccb #5ce273

#e25ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ccb Color CSS Codes

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

#e25ccb Text Font Color

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

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


#e25ccb Background Color

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

This div background color is #e25ccb


#e25ccb Border Color

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

This div border color is #e25ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ccb


Comments

No comments written yet.

Please login to write comment.