Color Hex Logo

#e55267 Color Hex

#E55267
(229,82,103)
0 Favorites   0 Comments

Color spaces of #e55267

RGB 22982103
HSL0.980.740.61
HSV351°64°90°
CMYK 0.000.640.55   0.10
XYZ37.778623.671915.4099
Yxy23.67190.49150.3080
Hunter Lab48.653853.457315.2790
CIE-Lab55.757858.324919.4942

#e55267 color RGB value is (229,82,103).

#e55267 hex color red value is 229, green value is 82 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e55267 hue: 0.98 , saturation: 0.74 and the lightness value of e55267 is 0.61.

The process color (four color CMYK) of #e55267 color hex is 0.00, 0.64, 0.55, 0.10. Web safe color of #e55267 is #cc6666. Color #e55267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 01100111
Octal 345 122 147
Decimal 229 82 103
Hex E5 52 67

RGB Percentages of Color #e55267

%55.31
%19.81
%24.88

CMYK Percentages of Color #e55267

%0
%64
%55
%10

Triadic Colors of #e55267

#e55267 #67e552 #5267e5

Analogous Colors of #e55267

#e55267 #e58752 #e552b1

Monochromatic Colors of #e55267

#e55267

Complementary Color

#e55267 #52e5d0

#e55267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55267 Color CSS Codes

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

#e55267 Text Font Color

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

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


#e55267 Background Color

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

This div background color is #e55267


#e55267 Border Color

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

This div border color is #e55267


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,82,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55267


Comments

No comments written yet.

Please login to write comment.