Color Hex Logo

#e358cd Color Hex

#E358CD
(227,88,205)
0 Favorites   0 Comments

Color spaces of #e358cd

RGB 22788205
HSL0.860.710.62
HSV309°61°89°
CMYK 0.000.610.10   0.11
XYZ46.187727.718160.6734
Yxy27.71810.34320.2060
Hunter Lab52.648064.4628-31.4743
CIE-Lab59.633267.0915-34.1776

#e358cd color RGB value is (227,88,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011000 11001101
Octal 343 130 315
Decimal 227 88 205
Hex E3 58 CD

RGB Percentages of Color #e358cd

%43.65
%16.92
%39.42

CMYK Percentages of Color #e358cd

%0
%61
%10
%11

Triadic Colors of #e358cd

#e358cd #cde358 #58cde3

Analogous Colors of #e358cd

#e358cd #e35888 #b458e3

Monochromatic Colors of #e358cd

#e358cd

Complementary Color

#e358cd #58e36e

#e358cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e358cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e358cd Color CSS Codes

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

#e358cd Text Font Color

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

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


#e358cd Background Color

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

This div background color is #e358cd


#e358cd Border Color

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

This div border color is #e358cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e358cd


Comments

No comments written yet.

Please login to write comment.