Color Hex Logo

#e710be Color Hex

#E710BE
(231,16,190)
0 Favorites   0 Comments

Color spaces of #e710be

RGB 23116190
HSL0.870.870.48
HSV311°93°91°
CMYK 0.000.930.18   0.09
XYZ42.434621.077250.5470
Yxy21.07720.37200.1848
Hunter Lab45.909984.6455-33.1416
CIE-Lab53.033984.5873-35.8370

#e710be color RGB value is (231,16,190).

#e710be hex color red value is 231, green value is 16 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e710be hue: 0.87 , saturation: 0.87 and the lightness value of e710be is 0.48.

The process color (four color CMYK) of #e710be color hex is 0.00, 0.93, 0.18, 0.09. Web safe color of #e710be is #ff00cc. Color #e710be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 10111110
Octal 347 20 276
Decimal 231 16 190
Hex E7 10 BE

RGB Percentages of Color #e710be

%52.86
%3.66
%43.48

CMYK Percentages of Color #e710be

%0
%93
%18
%9

Triadic Colors of #e710be

#e710be #bee710 #10bee7

Analogous Colors of #e710be

#e710be #e71052 #a510e7

Monochromatic Colors of #e710be

#e710be

Complementary Color

#e710be #10e739

#e710be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e710be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e710be Color CSS Codes

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

#e710be Text Font Color

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

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


#e710be Background Color

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

This div background color is #e710be


#e710be Border Color

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

This div border color is #e710be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e710be


Comments

No comments written yet.

Please login to write comment.