Color Hex Logo

#f6a7ef Color Hex

#F6A7EF
(246,167,239)
0 Favorites   0 Comments

Color spaces of #f6a7ef

RGB 246167239
HSL0.850.810.81
HSV305°32°96°
CMYK 0.000.320.03   0.04
XYZ67.404753.462388.4280
Yxy53.46230.32210.2554
Hunter Lab73.117936.5962-20.5221
CIE-Lab78.147240.0760-24.2751

#f6a7ef color RGB value is (246,167,239).

#f6a7ef hex color red value is 246, green value is 167 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f6a7ef hue: 0.85 , saturation: 0.81 and the lightness value of f6a7ef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100111 11101111
Octal 366 247 357
Decimal 246 167 239
Hex F6 A7 EF

RGB Percentages of Color #f6a7ef

%37.73
%25.61
%36.66

CMYK Percentages of Color #f6a7ef

%0
%32
%3
%4

Triadic Colors of #f6a7ef

#f6a7ef #eff6a7 #a7eff6

Analogous Colors of #f6a7ef

#f6a7ef #f6a7c8 #d6a7f6

Monochromatic Colors of #f6a7ef

#f6a7ef

Complementary Color

#f6a7ef #a7f6ae

#f6a7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a7ef Color CSS Codes

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

#f6a7ef Text Font Color

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

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


#f6a7ef Background Color

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

This div background color is #f6a7ef


#f6a7ef Border Color

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

This div border color is #f6a7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a7ef


Comments

No comments written yet.

Please login to write comment.