Color Hex Logo

#e67eba Color Hex

#E67EBA
(230,126,186)
0 Favorites   0 Comments

Color spaces of #e67eba

RGB 230126186
HSL0.900.680.70
HSV325°45°90°
CMYK 0.000.450.19   0.10
XYZ48.956935.289950.6857
Yxy35.28990.36280.2615
Hunter Lab59.405343.1455-9.0036
CIE-Lab65.973747.4656-13.6684

#e67eba color RGB value is (230,126,186).

#e67eba hex color red value is 230, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e67eba hue: 0.90 , saturation: 0.68 and the lightness value of e67eba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10111010
Octal 346 176 272
Decimal 230 126 186
Hex E6 7E BA

RGB Percentages of Color #e67eba

%42.44
%23.25
%34.32

CMYK Percentages of Color #e67eba

%0
%45
%19
%10

Triadic Colors of #e67eba

#e67eba #bae67e #7ebae6

Analogous Colors of #e67eba

#e67eba #e67e86 #de7ee6

Monochromatic Colors of #e67eba

#e67eba

Complementary Color

#e67eba #7ee6aa

#e67eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eba Color CSS Codes

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

#e67eba Text Font Color

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

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


#e67eba Background Color

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

This div background color is #e67eba


#e67eba Border Color

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

This div border color is #e67eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eba


Comments

No comments written yet.

Please login to write comment.