Color Hex Logo

#e50067 Color Hex

#E50067
(229,0,103)
0 Favorites   0 Comments

Color spaces of #e50067

RGB 2290103
HSL0.931.000.45
HSV333°100°90°
CMYK 0.001.000.55   0.10
XYZ34.761317.637314.4042
Yxy17.63730.52040.2640
Hunter Lab41.996874.25259.0623
CIE-Lab49.053277.164010.2531

#e50067 color RGB value is (229,0,103).

#e50067 hex color red value is 229, green value is 0 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #e50067 hue: 0.93 , saturation: 1.00 and the lightness value of e50067 is 0.45.

The process color (four color CMYK) of #e50067 color hex is 0.00, 1.00, 0.55, 0.10. Web safe color of #e50067 is #cc0066. Color #e50067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 01100111
Octal 345 0 147
Decimal 229 0 103
Hex E5 0 67

RGB Percentages of Color #e50067

%68.98
%0.00
%31.02

CMYK Percentages of Color #e50067

%0
%100
%55
%10

Triadic Colors of #e50067

#e50067 #67e500 #0067e5

Analogous Colors of #e50067

#e50067 #e50c00 #e500da

Monochromatic Colors of #e50067

#e50067

Complementary Color

#e50067 #00e57e

#e50067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50067 Color CSS Codes

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

#e50067 Text Font Color

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

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


#e50067 Background Color

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

This div background color is #e50067


#e50067 Border Color

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

This div border color is #e50067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50067


Comments

No comments written yet.

Please login to write comment.