Color Hex Logo

#e355cb Color Hex

#E355CB
(227,85,203)
0 Favorites   0 Comments

Color spaces of #e355cb

RGB 22785203
HSL0.860.720.61
HSV310°63°89°
CMYK 0.000.630.11   0.11
XYZ45.706527.139759.3294
Yxy27.13970.34580.2053
Hunter Lab52.095865.4403-31.0555
CIE-Lab59.103468.0051-33.8667

#e355cb color RGB value is (227,85,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 11001011
Octal 343 125 313
Decimal 227 85 203
Hex E3 55 CB

RGB Percentages of Color #e355cb

%44.08
%16.50
%39.42

CMYK Percentages of Color #e355cb

%0
%63
%11
%11

Triadic Colors of #e355cb

#e355cb #cbe355 #55cbe3

Analogous Colors of #e355cb

#e355cb #e35584 #b455e3

Monochromatic Colors of #e355cb

#e355cb

Complementary Color

#e355cb #55e36d

#e355cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355cb Color CSS Codes

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

#e355cb Text Font Color

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

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


#e355cb Background Color

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

This div background color is #e355cb


#e355cb Border Color

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

This div border color is #e355cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355cb


Comments

No comments written yet.

Please login to write comment.