Color Hex Logo

#e67ebc Color Hex

#E67EBC
(230,126,188)
0 Favorites   0 Comments

Color spaces of #e67ebc

RGB 230126188
HSL0.900.680.70
HSV324°45°90°
CMYK 0.000.450.18   0.10
XYZ49.171135.375551.8135
Yxy35.37550.36060.2594
Hunter Lab59.477343.4843-10.0162
CIE-Lab66.040047.7638-14.6954

#e67ebc color RGB value is (230,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10111100
Octal 346 176 274
Decimal 230 126 188
Hex E6 7E BC

RGB Percentages of Color #e67ebc

%42.28
%23.16
%34.56

CMYK Percentages of Color #e67ebc

%0
%45
%18
%10

Triadic Colors of #e67ebc

#e67ebc #bce67e #7ebce6

Analogous Colors of #e67ebc

#e67ebc #e67e88 #dc7ee6

Monochromatic Colors of #e67ebc

#e67ebc

Complementary Color

#e67ebc #7ee6a8

#e67ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ebc Color CSS Codes

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

#e67ebc Text Font Color

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

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


#e67ebc Background Color

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

This div background color is #e67ebc


#e67ebc Border Color

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

This div border color is #e67ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ebc


Comments

No comments written yet.

Please login to write comment.