Color Hex Logo

#e875cd Color Hex

#E875CD
(232,117,205)
0 Favorites   0 Comments

Color spaces of #e875cd

RGB 232117205
HSL0.870.710.68
HSV314°50°91°
CMYK 0.000.500.12   0.09
XYZ50.659434.286261.7055
Yxy34.28620.34540.2338
Hunter Lab58.554451.9622-21.4926
CIE-Lab65.189155.4408-25.5264

#e875cd color RGB value is (232,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11001101
Octal 350 165 315
Decimal 232 117 205
Hex E8 75 CD

RGB Percentages of Color #e875cd

%41.88
%21.12
%37.00

CMYK Percentages of Color #e875cd

%0
%50
%12
%9

Triadic Colors of #e875cd

#e875cd #cde875 #75cde8

Analogous Colors of #e875cd

#e875cd #e87594 #ca75e8

Monochromatic Colors of #e875cd

#e875cd

Complementary Color

#e875cd #75e890

#e875cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875cd Color CSS Codes

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

#e875cd Text Font Color

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

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


#e875cd Background Color

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

This div background color is #e875cd


#e875cd Border Color

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

This div border color is #e875cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875cd


Comments

No comments written yet.

Please login to write comment.