Color Hex Logo

#e76ceb Color Hex

#E76CEB
(231,108,235)
0 Favorites   0 Comments

Color spaces of #e76ceb

RGB 231108235
HSL0.830.760.67
HSV298°54°92°
CMYK 0.020.540.00   0.08
XYZ53.313033.712282.2945
Yxy33.71220.31490.1991
Hunter Lab58.062262.2907-43.3912
CIE-Lab64.733564.3630-42.9841

#e76ceb color RGB value is (231,108,235).

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

The process color (four color CMYK) of #e76ceb color hex is 0.02, 0.54, 0.00, 0.08. Web safe color of #e76ceb is #ff66ff. Color #e76ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11101011
Octal 347 154 353
Decimal 231 108 235
Hex E7 6C EB

RGB Percentages of Color #e76ceb

%40.24
%18.82
%40.94

CMYK Percentages of Color #e76ceb

%2
%54
%0
%8

Triadic Colors of #e76ceb

#e76ceb #ebe76c #6cebe7

Analogous Colors of #e76ceb

#e76ceb #eb6cb0 #a86ceb

Monochromatic Colors of #e76ceb

#e76ceb

Complementary Color

#e76ceb #70eb6c

#e76ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ceb Color CSS Codes

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

#e76ceb Text Font Color

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

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


#e76ceb Background Color

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

This div background color is #e76ceb


#e76ceb Border Color

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

This div border color is #e76ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,108,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 #e76ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ceb


Comments

No comments written yet.

Please login to write comment.