Color Hex Logo

#e305ce Color Hex

#E305CE
(227,5,206)
0 Favorites   0 Comments

Color spaces of #e305ce

RGB 2275206
HSL0.850.960.45
HSV306°98°89°
CMYK 0.000.980.09   0.11
XYZ42.873420.895760.1661
Yxy20.89570.34590.1686
Hunter Lab45.711887.4206-46.0395
CIE-Lab52.835286.7565-45.4384

#e305ce color RGB value is (227,5,206).

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

The process color (four color CMYK) of #e305ce color hex is 0.00, 0.98, 0.09, 0.11. Web safe color of #e305ce is #cc00cc. Color #e305ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000101 11001110
Octal 343 5 316
Decimal 227 5 206
Hex E3 5 CE

RGB Percentages of Color #e305ce

%51.83
%1.14
%47.03

CMYK Percentages of Color #e305ce

%0
%98
%9
%11

Triadic Colors of #e305ce

#e305ce #cee305 #05cee3

Analogous Colors of #e305ce

#e305ce #e3055f #8905e3

Monochromatic Colors of #e305ce

#e305ce

Complementary Color

#e305ce #05e31a

#e305ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e305ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e305ce Color CSS Codes

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

#e305ce Text Font Color

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

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


#e305ce Background Color

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

This div background color is #e305ce


#e305ce Border Color

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

This div border color is #e305ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e305ce


Comments

No comments written yet.

Please login to write comment.