Color Hex Logo

#e67ebf Color Hex

#E67EBF
(230,126,191)
0 Favorites   0 Comments

Color spaces of #e67ebf

RGB 230126191
HSL0.900.680.70
HSV323°45°90°
CMYK 0.000.450.17   0.10
XYZ49.498035.506353.5348
Yxy35.50630.35730.2563
Hunter Lab59.587243.9993-11.5568
CIE-Lab66.141048.2161-16.2316

#e67ebf color RGB value is (230,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10111111
Octal 346 176 277
Decimal 230 126 191
Hex E6 7E BF

RGB Percentages of Color #e67ebf

%42.05
%23.03
%34.92

CMYK Percentages of Color #e67ebf

%0
%45
%17
%10

Triadic Colors of #e67ebf

#e67ebf #bfe67e #7ebfe6

Analogous Colors of #e67ebf

#e67ebf #e67e8b #d97ee6

Monochromatic Colors of #e67ebf

#e67ebf

Complementary Color

#e67ebf #7ee6a5

#e67ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ebf Color CSS Codes

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

#e67ebf Text Font Color

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

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


#e67ebf Background Color

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

This div background color is #e67ebf


#e67ebf Border Color

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

This div border color is #e67ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ebf


Comments

No comments written yet.

Please login to write comment.