Color Hex Logo

#e13469 Color Hex

#E13469
(225,52,105)
0 Favorites   0 Comments

Color spaces of #e13469

RGB 22552105
HSL0.950.740.54
HSV342°77°88°
CMYK 0.000.770.53   0.12
XYZ34.829119.483515.2896
Yxy19.48350.50040.2799
Hunter Lab44.140163.601610.3607
CIE-Lab51.248167.935311.9909

#e13469 color RGB value is (225,52,105).

#e13469 hex color red value is 225, green value is 52 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e13469 hue: 0.95 , saturation: 0.74 and the lightness value of e13469 is 0.54.

The process color (four color CMYK) of #e13469 color hex is 0.00, 0.77, 0.53, 0.12. Web safe color of #e13469 is #cc3366. Color #e13469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 01101001
Octal 341 64 151
Decimal 225 52 105
Hex E1 34 69

RGB Percentages of Color #e13469

%58.90
%13.61
%27.49

CMYK Percentages of Color #e13469

%0
%77
%53
%12

Triadic Colors of #e13469

#e13469 #69e134 #3469e1

Analogous Colors of #e13469

#e13469 #e15634 #e134c0

Monochromatic Colors of #e13469

#e13469

Complementary Color

#e13469 #34e1ac

#e13469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13469 Color CSS Codes

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

#e13469 Text Font Color

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

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


#e13469 Background Color

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

This div background color is #e13469


#e13469 Border Color

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

This div border color is #e13469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13469


Comments

No comments written yet.

Please login to write comment.