Color Hex Logo

#e303dc Color Hex

#E303DC
(227,3,220)
0 Favorites   0 Comments

Color spaces of #e303dc

RGB 2273220
HSL0.840.970.45
HSV302°99°89°
CMYK 0.000.990.03   0.11
XYZ44.629421.563369.5201
Yxy21.56330.32890.1589
Hunter Lab46.436390.2908-56.2581
CIE-Lab53.560688.7951-52.2866

#e303dc color RGB value is (227,3,220).

#e303dc hex color red value is 227, green value is 3 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e303dc hue: 0.84 , saturation: 0.97 and the lightness value of e303dc is 0.45.

The process color (four color CMYK) of #e303dc color hex is 0.00, 0.99, 0.03, 0.11. Web safe color of #e303dc is #cc00cc. Color #e303dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000011 11011100
Octal 343 3 334
Decimal 227 3 220
Hex E3 3 DC

RGB Percentages of Color #e303dc

%50.44
%0.67
%48.89

CMYK Percentages of Color #e303dc

%0
%99
%3
%11

Triadic Colors of #e303dc

#e303dc #dce303 #03dce3

Analogous Colors of #e303dc

#e303dc #e3036c #7a03e3

Monochromatic Colors of #e303dc

#e303dc

Complementary Color

#e303dc #03e30a

#e303dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e303dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e303dc Color CSS Codes

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

#e303dc Text Font Color

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

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


#e303dc Background Color

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

This div background color is #e303dc


#e303dc Border Color

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

This div border color is #e303dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e303dc


Comments

No comments written yet.

Please login to write comment.