Color Hex Logo

#e126ca Color Hex

#E126CA
(225,38,202)
0 Favorites   0 Comments

Color spaces of #e126ca

RGB 22538202
HSL0.850.760.52
HSV307°83°88°
CMYK 0.000.830.10   0.12
XYZ42.405121.658057.8225
Yxy21.65800.34790.1777
Hunter Lab46.538281.2056-41.0896
CIE-Lab53.662281.7902-41.8531

#e126ca color RGB value is (225,38,202).

#e126ca hex color red value is 225, green value is 38 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e126ca hue: 0.85 , saturation: 0.76 and the lightness value of e126ca is 0.52.

The process color (four color CMYK) of #e126ca color hex is 0.00, 0.83, 0.10, 0.12. Web safe color of #e126ca is #cc33cc. Color #e126ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 11001010
Octal 341 46 312
Decimal 225 38 202
Hex E1 26 CA

RGB Percentages of Color #e126ca

%48.39
%8.17
%43.44

CMYK Percentages of Color #e126ca

%0
%83
%10
%12

Triadic Colors of #e126ca

#e126ca #cae126 #26cae1

Analogous Colors of #e126ca

#e126ca #e1266d #9b26e1

Monochromatic Colors of #e126ca

#e126ca

Complementary Color

#e126ca #26e13d

#e126ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e126ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e126ca Color CSS Codes

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

#e126ca Text Font Color

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

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


#e126ca Background Color

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

This div background color is #e126ca


#e126ca Border Color

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

This div border color is #e126ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,38,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e126ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e126ca;
  -webkit-box-shadow: 1px 1px 3px 2px #e126ca;
  box-shadow:         1px 1px 3px 2px #e126ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,38,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e126ca


Comments

No comments written yet.

Please login to write comment.