Color Hex Logo

#e356cd Color Hex

#E356CD
(227,86,205)
0 Favorites   0 Comments

Color spaces of #e356cd

RGB 22786205
HSL0.860.720.61
HSV309°62°89°
CMYK 0.000.620.10   0.11
XYZ46.025827.394260.6194
Yxy27.39420.34340.2044
Hunter Lab52.339565.3736-32.0319
CIE-Lab59.337467.9064-34.6386

#e356cd color RGB value is (227,86,205).

#e356cd hex color red value is 227, green value is 86 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e356cd hue: 0.86 , saturation: 0.72 and the lightness value of e356cd is 0.61.

The process color (four color CMYK) of #e356cd color hex is 0.00, 0.62, 0.10, 0.11. Web safe color of #e356cd is #cc66cc. Color #e356cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010110 11001101
Octal 343 126 315
Decimal 227 86 205
Hex E3 56 CD

RGB Percentages of Color #e356cd

%43.82
%16.60
%39.58

CMYK Percentages of Color #e356cd

%0
%62
%10
%11

Triadic Colors of #e356cd

#e356cd #cde356 #56cde3

Analogous Colors of #e356cd

#e356cd #e35687 #b356e3

Monochromatic Colors of #e356cd

#e356cd

Complementary Color

#e356cd #56e36c

#e356cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e356cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e356cd Color CSS Codes

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

#e356cd Text Font Color

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

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


#e356cd Background Color

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

This div background color is #e356cd


#e356cd Border Color

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

This div border color is #e356cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e356cd


Comments

No comments written yet.

Please login to write comment.