Color Hex Logo

#e05266 Color Hex

#E05266
(224,82,102)
0 Favorites   0 Comments

Color spaces of #e05266

RGB 22482102
HSL0.980.700.60
HSV352°63°88°
CMYK 0.000.630.54   0.12
XYZ36.156022.841215.0735
Yxy22.84120.48810.3084
Hunter Lab47.792551.402214.7550
CIE-Lab54.908456.645618.7937

#e05266 color RGB value is (224,82,102).

#e05266 hex color red value is 224, green value is 82 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e05266 hue: 0.98 , saturation: 0.70 and the lightness value of e05266 is 0.60.

The process color (four color CMYK) of #e05266 color hex is 0.00, 0.63, 0.54, 0.12. Web safe color of #e05266 is #cc6666. Color #e05266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 01100110
Octal 340 122 146
Decimal 224 82 102
Hex E0 52 66

RGB Percentages of Color #e05266

%54.90
%20.10
%25.00

CMYK Percentages of Color #e05266

%0
%63
%54
%12

Triadic Colors of #e05266

#e05266 #66e052 #5266e0

Analogous Colors of #e05266

#e05266 #e08552 #e052ad

Monochromatic Colors of #e05266

#e05266

Complementary Color

#e05266 #52e0cc

#e05266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05266 Color CSS Codes

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

#e05266 Text Font Color

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

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


#e05266 Background Color

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

This div background color is #e05266


#e05266 Border Color

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

This div border color is #e05266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05266


Comments

No comments written yet.

Please login to write comment.