Color Hex Logo

#e35dcc Color Hex

#E35DCC
(227,93,204)
0 Favorites   0 Comments

Color spaces of #e35dcc

RGB 22793204
HSL0.860.710.63
HSV310°59°89°
CMYK 0.000.590.10   0.11
XYZ46.492028.519260.1811
Yxy28.51920.34390.2110
Hunter Lab53.403461.9429-29.4325
CIE-Lab60.354964.8419-32.4869

#e35dcc color RGB value is (227,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11001100
Octal 343 135 314
Decimal 227 93 204
Hex E3 5D CC

RGB Percentages of Color #e35dcc

%43.32
%17.75
%38.93

CMYK Percentages of Color #e35dcc

%0
%59
%10
%11

Triadic Colors of #e35dcc

#e35dcc #cce35d #5dcce3

Analogous Colors of #e35dcc

#e35dcc #e35d89 #b75de3

Monochromatic Colors of #e35dcc

#e35dcc

Complementary Color

#e35dcc #5de374

#e35dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dcc Color CSS Codes

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

#e35dcc Text Font Color

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

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


#e35dcc Background Color

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

This div background color is #e35dcc


#e35dcc Border Color

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

This div border color is #e35dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dcc


Comments

No comments written yet.

Please login to write comment.