Color Hex Logo

#e225ce Color Hex

#E225CE
(226,37,206)
0 Favorites   0 Comments

Color spaces of #e225ce

RGB 22637206
HSL0.850.770.52
HSV306°84°89°
CMYK 0.000.840.09   0.11
XYZ43.166221.948160.3538
Yxy21.94810.34400.1749
Hunter Lab46.848882.4834-43.5872
CIE-Lab53.971982.7278-43.6489

#e225ce color RGB value is (226,37,206).

#e225ce hex color red value is 226, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e225ce hue: 0.85 , saturation: 0.77 and the lightness value of e225ce is 0.52.

The process color (four color CMYK) of #e225ce color hex is 0.00, 0.84, 0.09, 0.11. Web safe color of #e225ce is #cc33cc. Color #e225ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 11001110
Octal 342 45 316
Decimal 226 37 206
Hex E2 25 CE

RGB Percentages of Color #e225ce

%48.19
%7.89
%43.92

CMYK Percentages of Color #e225ce

%0
%84
%9
%11

Triadic Colors of #e225ce

#e225ce #cee225 #25cee2

Analogous Colors of #e225ce

#e225ce #e22570 #9825e2

Monochromatic Colors of #e225ce

#e225ce

Complementary Color

#e225ce #25e239

#e225ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e225ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e225ce Color CSS Codes

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

#e225ce Text Font Color

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

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


#e225ce Background Color

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

This div background color is #e225ce


#e225ce Border Color

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

This div border color is #e225ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e225ce


Comments

No comments written yet.

Please login to write comment.