Color Hex Logo

#e35ccd Color Hex

#E35CCD
(227,92,205)
0 Favorites   0 Comments

Color spaces of #e35ccd

RGB 22792205
HSL0.860.710.63
HSV310°59°89°
CMYK 0.000.590.10   0.11
XYZ46.525128.393060.7859
Yxy28.39300.34280.2092
Hunter Lab53.285162.6058-30.3366
CIE-Lab60.242165.4216-33.2293

#e35ccd color RGB value is (227,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011100 11001101
Octal 343 134 315
Decimal 227 92 205
Hex E3 5C CD

RGB Percentages of Color #e35ccd

%43.32
%17.56
%39.12

CMYK Percentages of Color #e35ccd

%0
%59
%10
%11

Triadic Colors of #e35ccd

#e35ccd #cde35c #5ccde3

Analogous Colors of #e35ccd

#e35ccd #e35c8a #b65ce3

Monochromatic Colors of #e35ccd

#e35ccd

Complementary Color

#e35ccd #5ce372

#e35ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35ccd Color CSS Codes

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

#e35ccd Text Font Color

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

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


#e35ccd Background Color

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

This div background color is #e35ccd


#e35ccd Border Color

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

This div border color is #e35ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35ccd


Comments

No comments written yet.

Please login to write comment.