Color Hex Logo

#e52669 Color Hex

#E52669
(229,38,105)
0 Favorites   0 Comments

Color spaces of #e52669

RGB 22938105
HSL0.940.790.52
HSV339°83°90°
CMYK 0.000.830.54   0.10
XYZ35.556019.064215.1703
Yxy19.06420.50950.2732
Hunter Lab43.662668.94959.9638
CIE-Lab50.762272.501811.4242

#e52669 color RGB value is (229,38,105).

#e52669 hex color red value is 229, green value is 38 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e52669 hue: 0.94 , saturation: 0.79 and the lightness value of e52669 is 0.52.

The process color (four color CMYK) of #e52669 color hex is 0.00, 0.83, 0.54, 0.10. Web safe color of #e52669 is #cc3366. Color #e52669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100110 01101001
Octal 345 46 151
Decimal 229 38 105
Hex E5 26 69

RGB Percentages of Color #e52669

%61.56
%10.22
%28.23

CMYK Percentages of Color #e52669

%0
%83
%54
%10

Triadic Colors of #e52669

#e52669 #69e526 #2669e5

Analogous Colors of #e52669

#e52669 #e54326 #e526c9

Monochromatic Colors of #e52669

#e52669

Complementary Color

#e52669 #26e5a2

#e52669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52669 Color CSS Codes

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

#e52669 Text Font Color

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

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


#e52669 Background Color

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

This div background color is #e52669


#e52669 Border Color

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

This div border color is #e52669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52669


Comments

No comments written yet.

Please login to write comment.