Color Hex Logo

#e318cd Color Hex

#E318CD
(227,24,205)
0 Favorites   0 Comments

Color spaces of #e318cd

RGB 22724205
HSL0.850.810.49
HSV307°89°89°
CMYK 0.000.890.10   0.11
XYZ43.024621.391959.6190
Yxy21.39190.34690.1725
Hunter Lab46.251485.1068-44.0501
CIE-Lab53.375884.8766-44.0073

#e318cd color RGB value is (227,24,205).

#e318cd hex color red value is 227, green value is 24 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e318cd hue: 0.85 , saturation: 0.81 and the lightness value of e318cd is 0.49.

The process color (four color CMYK) of #e318cd color hex is 0.00, 0.89, 0.10, 0.11. Web safe color of #e318cd is #cc00cc. Color #e318cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 11001101
Octal 343 30 315
Decimal 227 24 205
Hex E3 18 CD

RGB Percentages of Color #e318cd

%49.78
%5.26
%44.96

CMYK Percentages of Color #e318cd

%0
%89
%10
%11

Triadic Colors of #e318cd

#e318cd #cde318 #18cde3

Analogous Colors of #e318cd

#e318cd #e31868 #9418e3

Monochromatic Colors of #e318cd

#e318cd

Complementary Color

#e318cd #18e32e

#e318cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e318cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e318cd Color CSS Codes

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

#e318cd Text Font Color

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

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


#e318cd Background Color

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

This div background color is #e318cd


#e318cd Border Color

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

This div border color is #e318cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e318cd


Comments

No comments written yet.

Please login to write comment.