Color Hex Logo

#e68bea Color Hex

#E68BEA
(230,139,234)
0 Favorites   0 Comments

Color spaces of #e68bea

RGB 230139234
HSL0.830.690.73
HSV297°41°92°
CMYK 0.020.410.00   0.08
XYZ56.717041.228782.8105
Yxy41.22870.31380.2281
Hunter Lab64.209645.3042-31.5191
CIE-Lab70.335948.8105-33.7049

#e68bea color RGB value is (230,139,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 11101010
Octal 346 213 352
Decimal 230 139 234
Hex E6 8B EA

RGB Percentages of Color #e68bea

%38.14
%23.05
%38.81

CMYK Percentages of Color #e68bea

%2
%41
%0
%8

Triadic Colors of #e68bea

#e68bea #eae68b #8beae6

Analogous Colors of #e68bea

#e68bea #ea8bbf #b78bea

Monochromatic Colors of #e68bea

#e68bea

Complementary Color

#e68bea #8fea8b

#e68bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68bea Color CSS Codes

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

#e68bea Text Font Color

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

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


#e68bea Background Color

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

This div background color is #e68bea


#e68bea Border Color

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

This div border color is #e68bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,139,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68bea


Comments

No comments written yet.

Please login to write comment.