Color Hex Logo

#f691ef Color Hex

#F691EF
(246,145,239)
0 Favorites   0 Comments

Color spaces of #f691ef

RGB 246145239
HSL0.840.850.77
HSV304°41°96°
CMYK 0.000.410.03   0.04
XYZ63.711446.075687.1969
Yxy46.07560.32340.2339
Hunter Lab67.879048.7523-28.6482
CIE-Lab73.594651.4020-31.2544

#f691ef color RGB value is (246,145,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010001 11101111
Octal 366 221 357
Decimal 246 145 239
Hex F6 91 EF

RGB Percentages of Color #f691ef

%39.05
%23.02
%37.94

CMYK Percentages of Color #f691ef

%0
%41
%3
%4

Triadic Colors of #f691ef

#f691ef #eff691 #91eff6

Analogous Colors of #f691ef

#f691ef #f691bd #cb91f6

Monochromatic Colors of #f691ef

#f691ef

Complementary Color

#f691ef #91f698

#f691ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f691ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f691ef Color CSS Codes

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

#f691ef Text Font Color

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

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


#f691ef Background Color

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

This div background color is #f691ef


#f691ef Border Color

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

This div border color is #f691ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f691ef


Comments

No comments written yet.

Please login to write comment.