Color Hex Logo

#e25066 Color Hex

#E25066
(226,80,102)
0 Favorites   0 Comments

Color spaces of #e25066

RGB 22680102
HSL0.970.720.60
HSV351°65°89°
CMYK 0.000.650.55   0.11
XYZ36.631022.865415.0532
Yxy22.86540.49140.3067
Hunter Lab47.817853.059514.8078
CIE-Lab54.933458.117418.8834

#e25066 color RGB value is (226,80,102).

#e25066 hex color red value is 226, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e25066 hue: 0.97 , saturation: 0.72 and the lightness value of e25066 is 0.60.

The process color (four color CMYK) of #e25066 color hex is 0.00, 0.65, 0.55, 0.11. Web safe color of #e25066 is #cc6666. Color #e25066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 01100110
Octal 342 120 146
Decimal 226 80 102
Hex E2 50 66

RGB Percentages of Color #e25066

%55.39
%19.61
%25.00

CMYK Percentages of Color #e25066

%0
%65
%55
%11

Triadic Colors of #e25066

#e25066 #66e250 #5066e2

Analogous Colors of #e25066

#e25066 #e28350 #e250af

Monochromatic Colors of #e25066

#e25066

Complementary Color

#e25066 #50e2cc

#e25066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25066 Color CSS Codes

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

#e25066 Text Font Color

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

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


#e25066 Background Color

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

This div background color is #e25066


#e25066 Border Color

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

This div border color is #e25066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25066


Comments

No comments written yet.

Please login to write comment.