Color Hex Logo

#f68feb Color Hex

#F68FEB
(246,143,235)
0 Favorites   0 Comments

Color spaces of #f68feb

RGB 246143235
HSL0.850.850.76
HSV306°42°96°
CMYK 0.000.420.04   0.04
XYZ62.823945.235984.0175
Yxy45.23590.32710.2355
Hunter Lab67.257649.0321-26.9841
CIE-Lab73.047051.7211-29.9132

#f68feb color RGB value is (246,143,235).

#f68feb hex color red value is 246, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f68feb hue: 0.85 , saturation: 0.85 and the lightness value of f68feb is 0.76.

The process color (four color CMYK) of #f68feb color hex is 0.00, 0.42, 0.04, 0.04. Web safe color of #f68feb is #ff99ff. Color #f68feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 11101011
Octal 366 217 353
Decimal 246 143 235
Hex F6 8F EB

RGB Percentages of Color #f68feb

%39.42
%22.92
%37.66

CMYK Percentages of Color #f68feb

%0
%42
%4
%4

Triadic Colors of #f68feb

#f68feb #ebf68f #8febf6

Analogous Colors of #f68feb

#f68feb #f68fb8 #ce8ff6

Monochromatic Colors of #f68feb

#f68feb

Complementary Color

#f68feb #8ff69a

#f68feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68feb Color CSS Codes

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

#f68feb Text Font Color

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

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


#f68feb Background Color

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

This div background color is #f68feb


#f68feb Border Color

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

This div border color is #f68feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,143,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68feb


Comments

No comments written yet.

Please login to write comment.