Color Hex Logo

#f68adf Color Hex

#F68ADF
(246,138,223)
0 Favorites   0 Comments

Color spaces of #f68adf

RGB 246138223
HSL0.870.860.75
HSV313°44°96°
CMYK 0.000.440.09   0.04
XYZ60.413843.097574.9465
Yxy43.09750.33850.2415
Hunter Lab65.648749.3810-21.7332
CIE-Lab71.621152.2246-25.5168

#f68adf color RGB value is (246,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11011111
Octal 366 212 337
Decimal 246 138 223
Hex F6 8A DF

RGB Percentages of Color #f68adf

%40.53
%22.73
%36.74

CMYK Percentages of Color #f68adf

%0
%44
%9
%4

Triadic Colors of #f68adf

#f68adf #dff68a #8adff6

Analogous Colors of #f68adf

#f68adf #f68aa9 #d78af6

Monochromatic Colors of #f68adf

#f68adf

Complementary Color

#f68adf #8af6a1

#f68adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68adf Color CSS Codes

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

#f68adf Text Font Color

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

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


#f68adf Background Color

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

This div background color is #f68adf


#f68adf Border Color

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

This div border color is #f68adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68adf


Comments

No comments written yet.

Please login to write comment.