Color Hex Logo

#e35fcc Color Hex

#E35FCC
(227,95,204)
0 Favorites   0 Comments

Color spaces of #e35fcc

RGB 22795204
HSL0.860.700.63
HSV310°58°89°
CMYK 0.000.580.10   0.11
XYZ46.669828.874960.2404
Yxy28.87490.34370.2127
Hunter Lab53.735460.9924-28.8527
CIE-Lab60.671163.9809-31.9957

#e35fcc color RGB value is (227,95,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 11001100
Octal 343 137 314
Decimal 227 95 204
Hex E3 5F CC

RGB Percentages of Color #e35fcc

%43.16
%18.06
%38.78

CMYK Percentages of Color #e35fcc

%0
%58
%10
%11

Triadic Colors of #e35fcc

#e35fcc #cce35f #5fcce3

Analogous Colors of #e35fcc

#e35fcc #e35f8a #b85fe3

Monochromatic Colors of #e35fcc

#e35fcc

Complementary Color

#e35fcc #5fe376

#e35fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fcc Color CSS Codes

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

#e35fcc Text Font Color

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

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


#e35fcc Background Color

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

This div background color is #e35fcc


#e35fcc Border Color

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

This div border color is #e35fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fcc


Comments

No comments written yet.

Please login to write comment.