Color Hex Logo

#e71ece Color Hex

#E71ECE
(231,30,206)
0 Favorites   0 Comments

Color spaces of #e71ece

RGB 23130206
HSL0.850.810.51
HSV307°87°91°
CMYK 0.000.870.11   0.09
XYZ44.559822.373760.3625
Yxy22.37370.35000.1758
Hunter Lab47.300885.3796-42.5517
CIE-Lab54.421384.8830-42.8820

#e71ece color RGB value is (231,30,206).

#e71ece hex color red value is 231, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e71ece hue: 0.85 , saturation: 0.81 and the lightness value of e71ece is 0.51.

The process color (four color CMYK) of #e71ece color hex is 0.00, 0.87, 0.11, 0.09. Web safe color of #e71ece is #ff33cc. Color #e71ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011110 11001110
Octal 347 36 316
Decimal 231 30 206
Hex E7 1E CE

RGB Percentages of Color #e71ece

%49.46
%6.42
%44.11

CMYK Percentages of Color #e71ece

%0
%87
%11
%9

Triadic Colors of #e71ece

#e71ece #cee71e #1ecee7

Analogous Colors of #e71ece

#e71ece #e71e6a #9c1ee7

Monochromatic Colors of #e71ece

#e71ece

Complementary Color

#e71ece #1ee737

#e71ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71ece Color CSS Codes

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

#e71ece Text Font Color

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

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


#e71ece Background Color

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

This div background color is #e71ece


#e71ece Border Color

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

This div border color is #e71ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71ece


Comments

No comments written yet.

Please login to write comment.