Color Hex Logo

#e67eeb Color Hex

#E67EEB
(230,126,235)
0 Favorites   0 Comments

Color spaces of #e67eeb

RGB 230126235
HSL0.830.730.71
HSV297°46°92°
CMYK 0.020.460.00   0.08
XYZ55.089437.742982.9788
Yxy37.74290.31330.2147
Hunter Lab61.435352.5505-37.0766
CIE-Lab67.830755.5429-38.1477

#e67eeb color RGB value is (230,126,235).

#e67eeb hex color red value is 230, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e67eeb hue: 0.83 , saturation: 0.73 and the lightness value of e67eeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11101011
Octal 346 176 353
Decimal 230 126 235
Hex E6 7E EB

RGB Percentages of Color #e67eeb

%38.92
%21.32
%39.76

CMYK Percentages of Color #e67eeb

%2
%46
%0
%8

Triadic Colors of #e67eeb

#e67eeb #ebe67e #7eebe6

Analogous Colors of #e67eeb

#e67eeb #eb7eba #b07eeb

Monochromatic Colors of #e67eeb

#e67eeb

Complementary Color

#e67eeb #83eb7e

#e67eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eeb Color CSS Codes

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

#e67eeb Text Font Color

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

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


#e67eeb Background Color

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

This div background color is #e67eeb


#e67eeb Border Color

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

This div border color is #e67eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eeb


Comments

No comments written yet.

Please login to write comment.