color codes Logo

#e874d0 color codes

#E874D0
(232,116,208)
0 Favorites   0 Comments

Color spaces of #e874d0

RGB 232116208
HSL0.870.720.68
HSV312°50°91°
CMYK 0.000.500.10   0.09
XYZ50.909334.200763.5927
Yxy34.20070.34240.2300
Hunter Lab58.481453.0457-23.5351
CIE-Lab65.121656.3975-27.3132

#e874d0 color RGB value is (232,116,208).

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

The process color (four color CMYK) of #e874d0 color code is 0.00, 0.50, 0.10, 0.09. Web safe color of #e874d0 is #ff66cc. Color #e874d0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110100 11010000
Octal 350 164 320
Decimal 232 116 208
Hex E8 74 D0

RGB Percentages of Color #e874d0

%41.73
%20.86
%37.41

CMYK Percentages of Color #e874d0

%0
%50
%10
%9

Triadic Colors of #e874d0

#e874d0 #d0e874 #74d0e8

Analogous Colors of #e874d0

#e874d0 #e87496 #c674e8

Monochromatic Colors of #e874d0

#e874d0

Complementary Color

#e874d0 #74e88c

#e874d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e874d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e874d0 Color CSS Codes

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

#e874d0 Text Font Color

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

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


#e874d0 Background Color

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

This div background color is #e874d0


#e874d0 Border Color

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

This div border color is #e874d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e874d0


Comments

No comments written yet.

Please login to write comment.