Color Hex Logo

#f68aed Color Hex

#F68AED
(246,138,237)
0 Favorites   0 Comments

Color spaces of #f68aed

RGB 246138237
HSL0.850.860.75
HSV305°44°96°
CMYK 0.000.440.04   0.04
XYZ62.380643.884285.3034
Yxy43.88420.32560.2291
Hunter Lab66.245252.1578-29.9757
CIE-Lab72.151054.5559-32.3891

#f68aed color RGB value is (246,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11101101
Octal 366 212 355
Decimal 246 138 237
Hex F6 8A ED

RGB Percentages of Color #f68aed

%39.61
%22.22
%38.16

CMYK Percentages of Color #f68aed

%0
%44
%4
%4

Triadic Colors of #f68aed

#f68aed #edf68a #8aedf6

Analogous Colors of #f68aed

#f68aed #f68ab7 #c98af6

Monochromatic Colors of #f68aed

#f68aed

Complementary Color

#f68aed #8af693

#f68aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68aed Color CSS Codes

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

#f68aed Text Font Color

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

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


#f68aed Background Color

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

This div background color is #f68aed


#f68aed Border Color

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

This div border color is #f68aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68aed

Related Colors


Comments

No comments written yet.

Please login to write comment.