Color Hex Logo

#f67ebe Color Hex

#F67EBE
(246,126,190)
0 Favorites   0 Comments

Color spaces of #f67ebe

RGB 246126190
HSL0.910.870.73
HSV328°49°96°
CMYK 0.000.490.23   0.04
XYZ54.761238.232253.2085
Yxy38.23220.37460.2615
Hunter Lab61.832249.8808-7.7383
CIE-Lab68.191453.1586-12.3750

#f67ebe color RGB value is (246,126,190).

#f67ebe hex color red value is 246, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f67ebe hue: 0.91 , saturation: 0.87 and the lightness value of f67ebe is 0.73.

The process color (four color CMYK) of #f67ebe color hex is 0.00, 0.49, 0.23, 0.04. Web safe color of #f67ebe is #ff66cc. Color #f67ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111110 10111110
Octal 366 176 276
Decimal 246 126 190
Hex F6 7E BE

RGB Percentages of Color #f67ebe

%43.77
%22.42
%33.81

CMYK Percentages of Color #f67ebe

%0
%49
%23
%4

Triadic Colors of #f67ebe

#f67ebe #bef67e #7ebef6

Analogous Colors of #f67ebe

#f67ebe #f67e82 #f27ef6

Monochromatic Colors of #f67ebe

#f67ebe

Complementary Color

#f67ebe #7ef6b6

#f67ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67ebe Color CSS Codes

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

#f67ebe Text Font Color

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

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


#f67ebe Background Color

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

This div background color is #f67ebe


#f67ebe Border Color

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

This div border color is #f67ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67ebe


Comments

No comments written yet.

Please login to write comment.