Color Hex Logo

#e031cf Color Hex

#E031CF
(224,49,207)
0 Favorites   0 Comments

Color spaces of #e031cf

RGB 22449207
HSL0.850.740.54
HSV306°78°88°
CMYK 0.000.780.08   0.12
XYZ43.101322.548961.1122
Yxy22.54890.34000.1779
Hunter Lab47.485778.9190-43.0639
CIE-Lab54.604679.8078-43.2433

#e031cf color RGB value is (224,49,207).

#e031cf hex color red value is 224, green value is 49 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e031cf hue: 0.85 , saturation: 0.74 and the lightness value of e031cf is 0.54.

The process color (four color CMYK) of #e031cf color hex is 0.00, 0.78, 0.08, 0.12. Web safe color of #e031cf is #cc33cc. Color #e031cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110001 11001111
Octal 340 61 317
Decimal 224 49 207
Hex E0 31 CF

RGB Percentages of Color #e031cf

%46.67
%10.21
%43.13

CMYK Percentages of Color #e031cf

%0
%78
%8
%12

Triadic Colors of #e031cf

#e031cf #cfe031 #31cfe0

Analogous Colors of #e031cf

#e031cf #e03178 #9a31e0

Monochromatic Colors of #e031cf

#e031cf

Complementary Color

#e031cf #31e042

#e031cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e031cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e031cf Color CSS Codes

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

#e031cf Text Font Color

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

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


#e031cf Background Color

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

This div background color is #e031cf


#e031cf Border Color

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

This div border color is #e031cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,49,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e031cf


Comments

No comments written yet.

Please login to write comment.