Color Hex Logo

#e074bd Color Hex

#E074BD
(224,116,189)
0 Favorites   0 Comments

Color spaces of #e074bd

RGB 224116189
HSL0.890.640.67
HSV319°48°88°
CMYK 0.000.480.16   0.12
XYZ46.171232.012251.8896
Yxy32.01220.35500.2461
Hunter Lab56.579346.6500-14.7701
CIE-Lab63.353051.0112-19.4046

#e074bd color RGB value is (224,116,189).

#e074bd hex color red value is 224, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e074bd hue: 0.89 , saturation: 0.64 and the lightness value of e074bd is 0.67.

The process color (four color CMYK) of #e074bd color hex is 0.00, 0.48, 0.16, 0.12. Web safe color of #e074bd is #cc66cc. Color #e074bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 10111101
Octal 340 164 275
Decimal 224 116 189
Hex E0 74 BD

RGB Percentages of Color #e074bd

%42.34
%21.93
%35.73

CMYK Percentages of Color #e074bd

%0
%48
%16
%12

Triadic Colors of #e074bd

#e074bd #bde074 #74bde0

Analogous Colors of #e074bd

#e074bd #e07487 #cd74e0

Monochromatic Colors of #e074bd

#e074bd

Complementary Color

#e074bd #74e097

#e074bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e074bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e074bd Color CSS Codes

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

#e074bd Text Font Color

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

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


#e074bd Background Color

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

This div background color is #e074bd


#e074bd Border Color

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

This div border color is #e074bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e074bd


Comments

No comments written yet.

Please login to write comment.