Color Hex Logo

#e52bce Color Hex

#E52BCE
(229,43,206)
0 Favorites   0 Comments

Color spaces of #e52bce

RGB 22943206
HSL0.850.780.53
HSV307°81°90°
CMYK 0.000.810.10   0.10
XYZ44.317622.842060.4657
Yxy22.84200.34720.1790
Hunter Lab47.793381.8805-41.5554
CIE-Lab54.909282.0748-42.1343

#e52bce color RGB value is (229,43,206).

#e52bce hex color red value is 229, green value is 43 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e52bce hue: 0.85 , saturation: 0.78 and the lightness value of e52bce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 11001110
Octal 345 53 316
Decimal 229 43 206
Hex E5 2B CE

RGB Percentages of Color #e52bce

%47.91
%9.00
%43.10

CMYK Percentages of Color #e52bce

%0
%81
%10
%10

Triadic Colors of #e52bce

#e52bce #cee52b #2bcee5

Analogous Colors of #e52bce

#e52bce #e52b71 #9f2be5

Monochromatic Colors of #e52bce

#e52bce

Complementary Color

#e52bce #2be542

#e52bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52bce Color CSS Codes

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

#e52bce Text Font Color

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

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


#e52bce Background Color

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

This div background color is #e52bce


#e52bce Border Color

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

This div border color is #e52bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52bce


Comments

No comments written yet.

Please login to write comment.