Color Hex Logo

#e875ce Color Hex

#E875CE
(232,117,206)
0 Favorites   0 Comments

Color spaces of #e875ce

RGB 232117206
HSL0.870.710.68
HSV314°50°91°
CMYK 0.000.500.11   0.09
XYZ50.780634.334662.3433
Yxy34.33460.34440.2328
Hunter Lab58.595752.1502-22.0650
CIE-Lab65.227355.5993-26.0288

#e875ce color RGB value is (232,117,206).

#e875ce hex color red value is 232, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e875ce hue: 0.87 , saturation: 0.71 and the lightness value of e875ce is 0.68.

The process color (four color CMYK) of #e875ce color hex is 0.00, 0.50, 0.11, 0.09. Web safe color of #e875ce is #ff66cc. Color #e875ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11001110
Octal 350 165 316
Decimal 232 117 206
Hex E8 75 CE

RGB Percentages of Color #e875ce

%41.80
%21.08
%37.12

CMYK Percentages of Color #e875ce

%0
%50
%11
%9

Triadic Colors of #e875ce

#e875ce #cee875 #75cee8

Analogous Colors of #e875ce

#e875ce #e87595 #c975e8

Monochromatic Colors of #e875ce

#e875ce

Complementary Color

#e875ce #75e88f

#e875ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875ce Color CSS Codes

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

#e875ce Text Font Color

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

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


#e875ce Background Color

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

This div background color is #e875ce


#e875ce Border Color

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

This div border color is #e875ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,117,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875ce


Comments

No comments written yet.

Please login to write comment.