Color Hex Logo

#e35fce Color Hex

#E35FCE
(227,95,206)
0 Favorites   0 Comments

Color spaces of #e35fce

RGB 22795206
HSL0.860.700.63
HSV310°58°89°
CMYK 0.000.580.09   0.11
XYZ46.911328.971561.5121
Yxy28.97150.34140.2109
Hunter Lab53.825261.3775-30.0797
CIE-Lab60.756564.2920-32.9958

#e35fce color RGB value is (227,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 11001110
Octal 343 137 316
Decimal 227 95 206
Hex E3 5F CE

RGB Percentages of Color #e35fce

%42.99
%17.99
%39.02

CMYK Percentages of Color #e35fce

%0
%58
%9
%11

Triadic Colors of #e35fce

#e35fce #cee35f #5fcee3

Analogous Colors of #e35fce

#e35fce #e35f8c #b65fe3

Monochromatic Colors of #e35fce

#e35fce

Complementary Color

#e35fce #5fe374

#e35fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fce Color CSS Codes

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

#e35fce Text Font Color

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

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


#e35fce Background Color

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

This div background color is #e35fce


#e35fce Border Color

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

This div border color is #e35fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,95,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fce


Comments

No comments written yet.

Please login to write comment.