Color Hex Logo

#e874bd Color Hex

#E874BD
(232,116,189)
0 Favorites   0 Comments

Color spaces of #e874bd

RGB 232116189
HSL0.900.720.68
HSV322°50°91°
CMYK 0.000.500.19   0.09
XYZ48.709433.320752.0084
Yxy33.32070.36340.2486
Hunter Lab57.724149.6068-13.0124
CIE-Lab64.419753.4873-17.6844

#e874bd color RGB value is (232,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110100 10111101
Octal 350 164 275
Decimal 232 116 189
Hex E8 74 BD

RGB Percentages of Color #e874bd

%43.20
%21.60
%35.20

CMYK Percentages of Color #e874bd

%0
%50
%19
%9

Triadic Colors of #e874bd

#e874bd #bde874 #74bde8

Analogous Colors of #e874bd

#e874bd #e87483 #d974e8

Monochromatic Colors of #e874bd

#e874bd

Complementary Color

#e874bd #74e89f

#e874bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e874bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e874bd Color CSS Codes

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

#e874bd Text Font Color

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

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


#e874bd Background Color

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

This div background color is #e874bd


#e874bd Border Color

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

This div border color is #e874bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e874bd


Comments

No comments written yet.

Please login to write comment.