Color Hex Logo

#e66eba Color Hex

#E66EBA
(230,110,186)
0 Favorites   0 Comments

Color spaces of #e66eba

RGB 230110186
HSL0.890.710.67
HSV322°52°90°
CMYK 0.000.520.19   0.10
XYZ47.072031.520050.0574
Yxy31.52000.36590.2450
Hunter Lab56.142751.4110-13.5637
CIE-Lab62.944255.3129-18.2486

#e66eba color RGB value is (230,110,186).

#e66eba hex color red value is 230, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e66eba hue: 0.89 , saturation: 0.71 and the lightness value of e66eba is 0.67.

The process color (four color CMYK) of #e66eba color hex is 0.00, 0.52, 0.19, 0.10. Web safe color of #e66eba is #ff66cc. Color #e66eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 10111010
Octal 346 156 272
Decimal 230 110 186
Hex E6 6E BA

RGB Percentages of Color #e66eba

%43.73
%20.91
%35.36

CMYK Percentages of Color #e66eba

%0
%52
%19
%10

Triadic Colors of #e66eba

#e66eba #bae66e #6ebae6

Analogous Colors of #e66eba

#e66eba #e66e7e #d66ee6

Monochromatic Colors of #e66eba

#e66eba

Complementary Color

#e66eba #6ee69a

#e66eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66eba Color CSS Codes

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

#e66eba Text Font Color

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

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


#e66eba Background Color

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

This div background color is #e66eba


#e66eba Border Color

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

This div border color is #e66eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66eba


Comments

No comments written yet.

Please login to write comment.