Color Hex Logo

#e133bc Color Hex

#E133BC
(225,51,188)
0 Favorites   0 Comments

Color spaces of #e133bc

RGB 22551188
HSL0.870.740.54
HSV313°77°88°
CMYK 0.000.770.16   0.12
XYZ41.312322.006049.6471
Yxy22.00600.36570.1948
Hunter Lab46.910675.1045-29.9113
CIE-Lab54.033476.8800-33.1892

#e133bc color RGB value is (225,51,188).

#e133bc hex color red value is 225, green value is 51 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e133bc hue: 0.87 , saturation: 0.74 and the lightness value of e133bc is 0.54.

The process color (four color CMYK) of #e133bc color hex is 0.00, 0.77, 0.16, 0.12. Web safe color of #e133bc is #cc33cc. Color #e133bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 10111100
Octal 341 63 274
Decimal 225 51 188
Hex E1 33 BC

RGB Percentages of Color #e133bc

%48.49
%10.99
%40.52

CMYK Percentages of Color #e133bc

%0
%77
%16
%12

Triadic Colors of #e133bc

#e133bc #bce133 #33bce1

Analogous Colors of #e133bc

#e133bc #e13365 #af33e1

Monochromatic Colors of #e133bc

#e133bc

Complementary Color

#e133bc #33e158

#e133bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e133bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e133bc Color CSS Codes

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

#e133bc Text Font Color

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

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


#e133bc Background Color

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

This div background color is #e133bc


#e133bc Border Color

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

This div border color is #e133bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,51,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 #e133bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e133bc


Comments

No comments written yet.

Please login to write comment.