Color Hex Logo

#e71ceb Color Hex

#E71CEB
(231,28,235)
0 Favorites   0 Comments

Color spaces of #e71ceb

RGB 23128235
HSL0.830.840.52
HSV299°88°92°
CMYK 0.020.880.00   0.08
XYZ48.365623.817680.6454
Yxy23.81760.31650.1558
Hunter Lab48.803391.4934-63.8120
CIE-Lab55.904789.2465-56.9811

#e71ceb color RGB value is (231,28,235).

#e71ceb hex color red value is 231, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e71ceb hue: 0.83 , saturation: 0.84 and the lightness value of e71ceb is 0.52.

The process color (four color CMYK) of #e71ceb color hex is 0.02, 0.88, 0.00, 0.08. Web safe color of #e71ceb is #ff33ff. Color #e71ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011100 11101011
Octal 347 34 353
Decimal 231 28 235
Hex E7 1C EB

RGB Percentages of Color #e71ceb

%46.76
%5.67
%47.57

CMYK Percentages of Color #e71ceb

%2
%88
%0
%8

Triadic Colors of #e71ceb

#e71ceb #ebe71c #1cebe7

Analogous Colors of #e71ceb

#e71ceb #eb1c88 #801ceb

Monochromatic Colors of #e71ceb

#e71ceb

Complementary Color

#e71ceb #20eb1c

#e71ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71ceb Color CSS Codes

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

#e71ceb Text Font Color

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

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


#e71ceb Background Color

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

This div background color is #e71ceb


#e71ceb Border Color

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

This div border color is #e71ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71ceb


Comments

No comments written yet.

Please login to write comment.