Color Hex Logo

#e375cc Color Hex

#E375CC
(227,117,204)
0 Favorites   0 Comments

Color spaces of #e375cc

RGB 227117204
HSL0.870.660.67
HSV313°48°89°
CMYK 0.000.480.10   0.11
XYZ48.938933.413160.9968
Yxy33.41310.34140.2331
Hunter Lab57.804149.9671-22.1020
CIE-Lab64.494053.7946-26.0887

#e375cc color RGB value is (227,117,204).

#e375cc hex color red value is 227, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e375cc hue: 0.87 , saturation: 0.66 and the lightness value of e375cc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 11001100
Octal 343 165 314
Decimal 227 117 204
Hex E3 75 CC

RGB Percentages of Color #e375cc

%41.42
%21.35
%37.23

CMYK Percentages of Color #e375cc

%0
%48
%10
%11

Triadic Colors of #e375cc

#e375cc #cce375 #75cce3

Analogous Colors of #e375cc

#e375cc #e37595 #c375e3

Monochromatic Colors of #e375cc

#e375cc

Complementary Color

#e375cc #75e38c

#e375cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375cc Color CSS Codes

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

#e375cc Text Font Color

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

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


#e375cc Background Color

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

This div background color is #e375cc


#e375cc Border Color

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

This div border color is #e375cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375cc


Comments

No comments written yet.

Please login to write comment.