Color Hex Logo

#e55fcb Color Hex

#E55FCB
(229,95,203)
0 Favorites   0 Comments

Color spaces of #e55fcb

RGB 22995203
HSL0.870.720.64
HSV312°59°90°
CMYK 0.000.590.11   0.10
XYZ47.184829.154259.6403
Yxy29.15420.34700.2144
Hunter Lab53.994661.4969-27.6931
CIE-Lab60.917564.3644-31.0238

#e55fcb color RGB value is (229,95,203).

#e55fcb hex color red value is 229, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e55fcb hue: 0.87 , saturation: 0.72 and the lightness value of e55fcb is 0.64.

The process color (four color CMYK) of #e55fcb color hex is 0.00, 0.59, 0.11, 0.10. Web safe color of #e55fcb is #cc66cc. Color #e55fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11001011
Octal 345 137 313
Decimal 229 95 203
Hex E5 5F CB

RGB Percentages of Color #e55fcb

%43.45
%18.03
%38.52

CMYK Percentages of Color #e55fcb

%0
%59
%11
%10

Triadic Colors of #e55fcb

#e55fcb #cbe55f #5fcbe5

Analogous Colors of #e55fcb

#e55fcb #e55f88 #bc5fe5

Monochromatic Colors of #e55fcb

#e55fcb

Complementary Color

#e55fcb #5fe579

#e55fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fcb Color CSS Codes

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

#e55fcb Text Font Color

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

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


#e55fcb Background Color

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

This div background color is #e55fcb


#e55fcb Border Color

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

This div border color is #e55fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fcb


Comments

No comments written yet.

Please login to write comment.