Color Hex Logo

#e33fce Color Hex

#E33FCE
(227,63,206)
0 Favorites   0 Comments

Color spaces of #e33fce

RGB 22763206
HSL0.850.750.57
HSV308°72°89°
CMYK 0.000.720.09   0.11
XYZ44.596624.342160.7405
Yxy24.34210.34390.1877
Hunter Lab49.337775.0060-38.4565
CIE-Lab56.428776.3372-39.7632

#e33fce color RGB value is (227,63,206).

#e33fce hex color red value is 227, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e33fce hue: 0.85 , saturation: 0.75 and the lightness value of e33fce is 0.57.

The process color (four color CMYK) of #e33fce color hex is 0.00, 0.72, 0.09, 0.11. Web safe color of #e33fce is #cc33cc. Color #e33fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 11001110
Octal 343 77 316
Decimal 227 63 206
Hex E3 3F CE

RGB Percentages of Color #e33fce

%45.77
%12.70
%41.53

CMYK Percentages of Color #e33fce

%0
%72
%9
%11

Triadic Colors of #e33fce

#e33fce #cee33f #3fcee3

Analogous Colors of #e33fce

#e33fce #e33f7c #a63fe3

Monochromatic Colors of #e33fce

#e33fce

Complementary Color

#e33fce #3fe354

#e33fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33fce Color CSS Codes

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

#e33fce Text Font Color

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

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


#e33fce Background Color

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

This div background color is #e33fce


#e33fce Border Color

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

This div border color is #e33fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33fce


Comments

No comments written yet.

Please login to write comment.