Color Hex Logo

#e74ced Color Hex

#E74CED
(231,76,237)
0 Favorites   0 Comments

Color spaces of #e74ced

RGB 23176237
HSL0.830.820.61
HSV298°68°93°
CMYK 0.030.680.00   0.07
XYZ50.825528.272282.8990
Yxy28.27220.31370.1745
Hunter Lab53.171677.5737-55.2180
CIE-Lab60.133977.6733-51.3595

#e74ced color RGB value is (231,76,237).

#e74ced hex color red value is 231, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e74ced hue: 0.83 , saturation: 0.82 and the lightness value of e74ced is 0.61.

The process color (four color CMYK) of #e74ced color hex is 0.03, 0.68, 0.00, 0.07. Web safe color of #e74ced is #ff33ff. Color #e74ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001100 11101101
Octal 347 114 355
Decimal 231 76 237
Hex E7 4C ED

RGB Percentages of Color #e74ced

%42.46
%13.97
%43.57

CMYK Percentages of Color #e74ced

%3
%68
%0
%7

Triadic Colors of #e74ced

#e74ced #ede74c #4cede7

Analogous Colors of #e74ced

#e74ced #ed4ca3 #974ced

Monochromatic Colors of #e74ced

#e74ced

Complementary Color

#e74ced #52ed4c

#e74ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74ced Color CSS Codes

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

#e74ced Text Font Color

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

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


#e74ced Background Color

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

This div background color is #e74ced


#e74ced Border Color

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

This div border color is #e74ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74ced


Comments

No comments written yet.

Please login to write comment.