Color Hex Logo

#e683eb Color Hex

#E683EB
(230,131,235)
0 Favorites   0 Comments

Color spaces of #e683eb

RGB 230131235
HSL0.830.720.72
HSV297°44°92°
CMYK 0.020.440.00   0.08
XYZ55.744839.053883.1973
Yxy39.05380.31320.2194
Hunter Lab62.493049.8621-35.1879
CIE-Lab68.790253.0537-36.6535

#e683eb color RGB value is (230,131,235).

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

The process color (four color CMYK) of #e683eb color hex is 0.02, 0.44, 0.00, 0.08. Web safe color of #e683eb is #ff99ff. Color #e683eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000011 11101011
Octal 346 203 353
Decimal 230 131 235
Hex E6 83 EB

RGB Percentages of Color #e683eb

%38.59
%21.98
%39.43

CMYK Percentages of Color #e683eb

%2
%44
%0
%8

Triadic Colors of #e683eb

#e683eb #ebe683 #83ebe6

Analogous Colors of #e683eb

#e683eb #eb83bc #b283eb

Monochromatic Colors of #e683eb

#e683eb

Complementary Color

#e683eb #88eb83

#e683eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e683eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e683eb Color CSS Codes

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

#e683eb Text Font Color

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

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


#e683eb Background Color

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

This div background color is #e683eb


#e683eb Border Color

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

This div border color is #e683eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e683eb


Comments

No comments written yet.

Please login to write comment.