Color Hex Logo

#e67fbe Color Hex

#E67FBE
(230,127,190)
0 Favorites   0 Comments

Color spaces of #e67fbe

RGB 230127190
HSL0.900.670.70
HSV323°45°90°
CMYK 0.000.450.17   0.10
XYZ49.516835.719452.9999
Yxy35.71940.35820.2584
Hunter Lab59.765743.3000-10.7420
CIE-Lab66.305047.5601-15.4213

#e67fbe color RGB value is (230,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 10111110
Octal 346 177 276
Decimal 230 127 190
Hex E6 7F BE

RGB Percentages of Color #e67fbe

%42.05
%23.22
%34.73

CMYK Percentages of Color #e67fbe

%0
%45
%17
%10

Triadic Colors of #e67fbe

#e67fbe #bee67f #7fbee6

Analogous Colors of #e67fbe

#e67fbe #e67f8b #db7fe6

Monochromatic Colors of #e67fbe

#e67fbe

Complementary Color

#e67fbe #7fe6a7

#e67fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67fbe Color CSS Codes

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

#e67fbe Text Font Color

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

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


#e67fbe Background Color

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

This div background color is #e67fbe


#e67fbe Border Color

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

This div border color is #e67fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67fbe


Comments

No comments written yet.

Please login to write comment.