Color Hex Logo

#e548cb Color Hex

#E548CB
(229,72,203)
0 Favorites   0 Comments

Color spaces of #e548cb

RGB 22972203
HSL0.860.750.59
HSV310°69°90°
CMYK 0.000.690.11   0.10
XYZ45.410025.604559.0487
Yxy25.60450.34910.1969
Hunter Lab50.600971.6370-33.7678
CIE-Lab57.659773.3790-36.0978

#e548cb color RGB value is (229,72,203).

#e548cb hex color red value is 229, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e548cb hue: 0.86 , saturation: 0.75 and the lightness value of e548cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 11001011
Octal 345 110 313
Decimal 229 72 203
Hex E5 48 CB

RGB Percentages of Color #e548cb

%45.44
%14.29
%40.28

CMYK Percentages of Color #e548cb

%0
%69
%11
%10

Triadic Colors of #e548cb

#e548cb #cbe548 #48cbe5

Analogous Colors of #e548cb

#e548cb #e5487d #b148e5

Monochromatic Colors of #e548cb

#e548cb

Complementary Color

#e548cb #48e562

#e548cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e548cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e548cb Color CSS Codes

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

#e548cb Text Font Color

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

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


#e548cb Background Color

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

This div background color is #e548cb


#e548cb Border Color

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

This div border color is #e548cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e548cb


Comments

No comments written yet.

Please login to write comment.