Color Hex Logo

#e35ecb Color Hex

#E35ECB
(227,94,203)
0 Favorites   0 Comments

Color spaces of #e35ecb

RGB 22794203
HSL0.860.700.63
HSV311°59°89°
CMYK 0.000.590.11   0.11
XYZ46.460728.648159.5808
Yxy28.64810.34490.2127
Hunter Lab53.523961.2776-28.5326
CIE-Lab60.469864.2584-31.7413

#e35ecb color RGB value is (227,94,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 11001011
Octal 343 136 313
Decimal 227 94 203
Hex E3 5E CB

RGB Percentages of Color #e35ecb

%43.32
%17.94
%38.74

CMYK Percentages of Color #e35ecb

%0
%59
%11
%11

Triadic Colors of #e35ecb

#e35ecb #cbe35e #5ecbe3

Analogous Colors of #e35ecb

#e35ecb #e35e89 #b95ee3

Monochromatic Colors of #e35ecb

#e35ecb

Complementary Color

#e35ecb #5ee376

#e35ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35ecb Color CSS Codes

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

#e35ecb Text Font Color

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

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


#e35ecb Background Color

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

This div background color is #e35ecb


#e35ecb Border Color

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

This div border color is #e35ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35ecb


Comments

No comments written yet.

Please login to write comment.