Color Hex Logo

#f68abc Color Hex

#F68ABC
(246,138,188)
0 Favorites   0 Comments

Color spaces of #f68abc

RGB 246138188
HSL0.920.860.75
HSV332°44°96°
CMYK 0.000.440.24   0.04
XYZ56.171641.400652.6075
Yxy41.40060.37400.2757
Hunter Lab64.343343.2295-3.4356
CIE-Lab70.455746.9404-7.8757

#f68abc color RGB value is (246,138,188).

#f68abc hex color red value is 246, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f68abc hue: 0.92 , saturation: 0.86 and the lightness value of f68abc is 0.75.

The process color (four color CMYK) of #f68abc color hex is 0.00, 0.44, 0.24, 0.04. Web safe color of #f68abc is #ff99cc. Color #f68abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 10111100
Octal 366 212 274
Decimal 246 138 188
Hex F6 8A BC

RGB Percentages of Color #f68abc

%43.01
%24.13
%32.87

CMYK Percentages of Color #f68abc

%0
%44
%24
%4

Triadic Colors of #f68abc

#f68abc #bcf68a #8abcf6

Analogous Colors of #f68abc

#f68abc #f68e8a #f68af2

Monochromatic Colors of #f68abc

#f68abc

Complementary Color

#f68abc #8af6c4

#f68abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68abc Color CSS Codes

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

#f68abc Text Font Color

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

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


#f68abc Background Color

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

This div background color is #f68abc


#f68abc Border Color

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

This div border color is #f68abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68abc

Related Colors


Comments

No comments written yet.

Please login to write comment.