Color Hex Logo

#e354bc Color Hex

#E354BC
(227,84,188)
0 Favorites   0 Comments

Color spaces of #e354bc

RGB 22784188
HSL0.880.720.61
HSV316°63°89°
CMYK 0.000.630.17   0.11
XYZ43.926026.302450.3387
Yxy26.30240.36430.2182
Hunter Lab51.285963.1338-22.2949
CIE-Lab58.323066.2149-26.5048

#e354bc color RGB value is (227,84,188).

#e354bc hex color red value is 227, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e354bc hue: 0.88 , saturation: 0.72 and the lightness value of e354bc is 0.61.

The process color (four color CMYK) of #e354bc color hex is 0.00, 0.63, 0.17, 0.11. Web safe color of #e354bc is #cc66cc. Color #e354bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 10111100
Octal 343 124 274
Decimal 227 84 188
Hex E3 54 BC

RGB Percentages of Color #e354bc

%45.49
%16.83
%37.68

CMYK Percentages of Color #e354bc

%0
%63
%17
%11

Triadic Colors of #e354bc

#e354bc #bce354 #54bce3

Analogous Colors of #e354bc

#e354bc #e35475 #c354e3

Monochromatic Colors of #e354bc

#e354bc

Complementary Color

#e354bc #54e37b

#e354bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e354bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e354bc Color CSS Codes

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

#e354bc Text Font Color

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

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


#e354bc Background Color

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

This div background color is #e354bc


#e354bc Border Color

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

This div border color is #e354bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e354bc


Comments

No comments written yet.

Please login to write comment.