Color Hex Logo

#e52bfc Color Hex

#E52BFC
(229,43,252)
0 Favorites   0 Comments

Color spaces of #e52bfc

RGB 22943252
HSL0.810.970.58
HSV293°83°99°
CMYK 0.090.830.00   0.01
XYZ50.747725.414094.3262
Yxy25.41400.29770.1491
Hunter Lab50.412391.4661-75.6486
CIE-Lab57.476688.9199-63.9738

#e52bfc color RGB value is (229,43,252).

#e52bfc hex color red value is 229, green value is 43 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e52bfc hue: 0.81 , saturation: 0.97 and the lightness value of e52bfc is 0.58.

The process color (four color CMYK) of #e52bfc color hex is 0.09, 0.83, 0.00, 0.01. Web safe color of #e52bfc is #cc33ff. Color #e52bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 11111100
Octal 345 53 374
Decimal 229 43 252
Hex E5 2B FC

RGB Percentages of Color #e52bfc

%43.70
%8.21
%48.09

CMYK Percentages of Color #e52bfc

%9
%83
%0
%1

Triadic Colors of #e52bfc

#e52bfc #fce52b #2bfce5

Analogous Colors of #e52bfc

#e52bfc #fc2bab #7d2bfc

Monochromatic Colors of #e52bfc

#e52bfc

Complementary Color

#e52bfc #42fc2b

#e52bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52bfc Color CSS Codes

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

#e52bfc Text Font Color

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

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


#e52bfc Background Color

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

This div background color is #e52bfc


#e52bfc Border Color

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

This div border color is #e52bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.