Color Hex Logo

#e348bc Color Hex

#E348BC
(227,72,188)
0 Favorites   0 Comments

Color spaces of #e348bc

RGB 22772188
HSL0.880.730.59
HSV315°68°89°
CMYK 0.000.680.17   0.11
XYZ43.073024.596550.0543
Yxy24.59650.36590.2089
Hunter Lab49.594968.2358-25.1229
CIE-Lab56.680170.7775-29.0455

#e348bc color RGB value is (227,72,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 10111100
Octal 343 110 274
Decimal 227 72 188
Hex E3 48 BC

RGB Percentages of Color #e348bc

%46.61
%14.78
%38.60

CMYK Percentages of Color #e348bc

%0
%68
%17
%11

Triadic Colors of #e348bc

#e348bc #bce348 #48bce3

Analogous Colors of #e348bc

#e348bc #e3486f #bd48e3

Monochromatic Colors of #e348bc

#e348bc

Complementary Color

#e348bc #48e36f

#e348bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348bc Color CSS Codes

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

#e348bc Text Font Color

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

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


#e348bc Background Color

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

This div background color is #e348bc


#e348bc Border Color

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

This div border color is #e348bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348bc


Comments

No comments written yet.

Please login to write comment.