Color Hex Logo

#e538be Color Hex

#E538BE
(229,56,190)
0 Favorites   0 Comments

Color spaces of #e538be

RGB 22956190
HSL0.870.770.56
HSV314°76°90°
CMYK 0.000.760.17   0.10
XYZ43.021523.204150.9265
Yxy23.20410.36720.1981
Hunter Lab48.170675.1209-28.9626
CIE-Lab55.281976.6510-32.3476

#e538be color RGB value is (229,56,190).

#e538be hex color red value is 229, green value is 56 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e538be hue: 0.87 , saturation: 0.77 and the lightness value of e538be is 0.56.

The process color (four color CMYK) of #e538be color hex is 0.00, 0.76, 0.17, 0.10. Web safe color of #e538be is #cc33cc. Color #e538be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 10111110
Octal 345 70 276
Decimal 229 56 190
Hex E5 38 BE

RGB Percentages of Color #e538be

%48.21
%11.79
%40.00

CMYK Percentages of Color #e538be

%0
%76
%17
%10

Triadic Colors of #e538be

#e538be #bee538 #38bee5

Analogous Colors of #e538be

#e538be #e53868 #b638e5

Monochromatic Colors of #e538be

#e538be

Complementary Color

#e538be #38e55f

#e538be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e538be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e538be Color CSS Codes

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

#e538be Text Font Color

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

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


#e538be Background Color

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

This div background color is #e538be


#e538be Border Color

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

This div border color is #e538be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e538be


Comments

No comments written yet.

Please login to write comment.