Color Hex Logo

#e038bf Color Hex

#E038BF
(224,56,191)
0 Favorites   0 Comments

Color spaces of #e038bf

RGB 22456191
HSL0.870.730.55
HSV312°75°88°
CMYK 0.000.750.15   0.12
XYZ41.558622.437251.4307
Yxy22.43720.36000.1944
Hunter Lab47.367973.7144-31.2178
CIE-Lab54.487875.6723-34.2274

#e038bf color RGB value is (224,56,191).

#e038bf hex color red value is 224, green value is 56 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e038bf hue: 0.87 , saturation: 0.73 and the lightness value of e038bf is 0.55.

The process color (four color CMYK) of #e038bf color hex is 0.00, 0.75, 0.15, 0.12. Web safe color of #e038bf is #cc33cc. Color #e038bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111000 10111111
Octal 340 70 277
Decimal 224 56 191
Hex E0 38 BF

RGB Percentages of Color #e038bf

%47.56
%11.89
%40.55

CMYK Percentages of Color #e038bf

%0
%75
%15
%12

Triadic Colors of #e038bf

#e038bf #bfe038 #38bfe0

Analogous Colors of #e038bf

#e038bf #e0386b #ad38e0

Monochromatic Colors of #e038bf

#e038bf

Complementary Color

#e038bf #38e059

#e038bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e038bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e038bf Color CSS Codes

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

#e038bf Text Font Color

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

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


#e038bf Background Color

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

This div background color is #e038bf


#e038bf Border Color

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

This div border color is #e038bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,56,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e038bf


Comments

No comments written yet.

Please login to write comment.