Color Hex Logo

#e32bbc Color Hex

#E32BBC
(227,43,188)
0 Favorites   0 Comments

Color spaces of #e32bbc

RGB 22743188
HSL0.870.770.53
HSV313°81°89°
CMYK 0.000.810.17   0.11
XYZ41.619521.689549.5698
Yxy21.68950.36870.1921
Hunter Lab46.572078.0172-30.5061
CIE-Lab53.696079.2707-33.6909

#e32bbc color RGB value is (227,43,188).

#e32bbc hex color red value is 227, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e32bbc hue: 0.87 , saturation: 0.77 and the lightness value of e32bbc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101011 10111100
Octal 343 53 274
Decimal 227 43 188
Hex E3 2B BC

RGB Percentages of Color #e32bbc

%49.56
%9.39
%41.05

CMYK Percentages of Color #e32bbc

%0
%81
%17
%11

Triadic Colors of #e32bbc

#e32bbc #bce32b #2bbce3

Analogous Colors of #e32bbc

#e32bbc #e32b60 #ae2be3

Monochromatic Colors of #e32bbc

#e32bbc

Complementary Color

#e32bbc #2be352

#e32bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32bbc Color CSS Codes

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

#e32bbc Text Font Color

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

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


#e32bbc Background Color

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

This div background color is #e32bbc


#e32bbc Border Color

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

This div border color is #e32bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32bbc


Comments

No comments written yet.

Please login to write comment.