Color Hex Logo

#e126cf Color Hex

#E126CF
(225,38,207)
0 Favorites   0 Comments

Color spaces of #e126cf

RGB 22538207
HSL0.850.760.52
HSV306°83°88°
CMYK 0.000.830.08   0.12
XYZ43.006921.898860.9917
Yxy21.89880.34160.1739
Hunter Lab46.796282.1529-44.5182
CIE-Lab53.919582.4804-44.3161

#e126cf color RGB value is (225,38,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 11001111
Octal 341 46 317
Decimal 225 38 207
Hex E1 26 CF

RGB Percentages of Color #e126cf

%47.87
%8.09
%44.04

CMYK Percentages of Color #e126cf

%0
%83
%8
%12

Triadic Colors of #e126cf

#e126cf #cfe126 #26cfe1

Analogous Colors of #e126cf

#e126cf #e12672 #9626e1

Monochromatic Colors of #e126cf

#e126cf

Complementary Color

#e126cf #26e138

#e126cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e126cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e126cf Color CSS Codes

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

#e126cf Text Font Color

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

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


#e126cf Background Color

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

This div background color is #e126cf


#e126cf Border Color

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

This div border color is #e126cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e126cf


Comments

No comments written yet.

Please login to write comment.