Color Hex Logo

#e335cd Color Hex

#E335CD
(227,53,205)
0 Favorites   0 Comments

Color spaces of #e335cd

RGB 22753205
HSL0.850.760.55
HSV308°77°89°
CMYK 0.000.770.10   0.11
XYZ43.971123.284959.9345
Yxy23.28490.34570.1831
Hunter Lab48.254478.2101-39.8631
CIE-Lab55.364679.0989-40.8664

#e335cd color RGB value is (227,53,205).

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

The process color (four color CMYK) of #e335cd color hex is 0.00, 0.77, 0.10, 0.11. Web safe color of #e335cd is #cc33cc. Color #e335cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 11001101
Octal 343 65 315
Decimal 227 53 205
Hex E3 35 CD

RGB Percentages of Color #e335cd

%46.80
%10.93
%42.27

CMYK Percentages of Color #e335cd

%0
%77
%10
%11

Triadic Colors of #e335cd

#e335cd #cde335 #35cde3

Analogous Colors of #e335cd

#e335cd #e33576 #a235e3

Monochromatic Colors of #e335cd

#e335cd

Complementary Color

#e335cd #35e34b

#e335cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e335cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e335cd Color CSS Codes

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

#e335cd Text Font Color

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

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


#e335cd Background Color

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

This div background color is #e335cd


#e335cd Border Color

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

This div border color is #e335cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e335cd


Comments

No comments written yet.

Please login to write comment.