Color Hex Logo

#e74cdd Color Hex

#E74CDD
(231,76,221)
0 Favorites   0 Comments

Color spaces of #e74cdd

RGB 23176221
HSL0.840.760.60
HSV304°67°91°
CMYK 0.000.670.04   0.09
XYZ48.590627.378371.1301
Yxy27.37830.33030.1861
Hunter Lab52.324374.1954-43.9724
CIE-Lab59.322975.1311-43.6709

#e74cdd color RGB value is (231,76,221).

#e74cdd hex color red value is 231, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e74cdd hue: 0.84 , saturation: 0.76 and the lightness value of e74cdd is 0.60.

The process color (four color CMYK) of #e74cdd color hex is 0.00, 0.67, 0.04, 0.09. Web safe color of #e74cdd is #ff33cc. Color #e74cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001100 11011101
Octal 347 114 335
Decimal 231 76 221
Hex E7 4C DD

RGB Percentages of Color #e74cdd

%43.75
%14.39
%41.86

CMYK Percentages of Color #e74cdd

%0
%67
%4
%9

Triadic Colors of #e74cdd

#e74cdd #dde74c #4cdde7

Analogous Colors of #e74cdd

#e74cdd #e74c90 #a44ce7

Monochromatic Colors of #e74cdd

#e74cdd

Complementary Color

#e74cdd #4ce756

#e74cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74cdd Color CSS Codes

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

#e74cdd Text Font Color

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

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


#e74cdd Background Color

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

This div background color is #e74cdd


#e74cdd Border Color

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

This div border color is #e74cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,76,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e74cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e74cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #e74cdd;
  box-shadow:         1px 1px 3px 2px #e74cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74cdd


Comments

No comments written yet.

Please login to write comment.