Color Hex Logo

#e536fb Color Hex

#E536FB
(229,54,251)
0 Favorites   0 Comments

Color spaces of #e536fb

RGB 22954251
HSL0.810.960.60
HSV293°78°98°
CMYK 0.090.780.00   0.02
XYZ51.044926.261493.6454
Yxy26.26140.29860.1536
Hunter Lab51.245988.1197-72.4729
CIE-Lab58.284386.2285-62.1213

#e536fb color RGB value is (229,54,251).

#e536fb hex color red value is 229, green value is 54 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e536fb hue: 0.81 , saturation: 0.96 and the lightness value of e536fb is 0.60.

The process color (four color CMYK) of #e536fb color hex is 0.09, 0.78, 0.00, 0.02. Web safe color of #e536fb is #cc33ff. Color #e536fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 11111011
Octal 345 66 373
Decimal 229 54 251
Hex E5 36 FB

RGB Percentages of Color #e536fb

%42.88
%10.11
%47.00

CMYK Percentages of Color #e536fb

%9
%78
%0
%2

Triadic Colors of #e536fb

#e536fb #fbe536 #36fbe5

Analogous Colors of #e536fb

#e536fb #fb36af #8336fb

Monochromatic Colors of #e536fb

#e536fb

Complementary Color

#e536fb #4cfb36

#e536fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e536fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e536fb Color CSS Codes

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

#e536fb Text Font Color

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

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


#e536fb Background Color

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

This div background color is #e536fb


#e536fb Border Color

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

This div border color is #e536fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e536fb


Comments

No comments written yet.

Please login to write comment.