Color Hex Logo

#f671eb Color Hex

#F671EB
(246,113,235)
0 Favorites   0 Comments

Color spaces of #f671eb

RGB 246113235
HSL0.850.880.70
HSV305°54°96°
CMYK 0.000.540.04   0.04
XYZ58.906637.401282.7117
Yxy37.40120.32910.2089
Hunter Lab61.156564.9092-37.3777
CIE-Lab67.576966.0511-38.3890

#f671eb color RGB value is (246,113,235).

#f671eb hex color red value is 246, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f671eb hue: 0.85 , saturation: 0.88 and the lightness value of f671eb is 0.70.

The process color (four color CMYK) of #f671eb color hex is 0.00, 0.54, 0.04, 0.04. Web safe color of #f671eb is #ff66ff. Color #f671eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 11101011
Octal 366 161 353
Decimal 246 113 235
Hex F6 71 EB

RGB Percentages of Color #f671eb

%41.41
%19.02
%39.56

CMYK Percentages of Color #f671eb

%0
%54
%4
%4

Triadic Colors of #f671eb

#f671eb #ebf671 #71ebf6

Analogous Colors of #f671eb

#f671eb #f671a9 #bf71f6

Monochromatic Colors of #f671eb

#f671eb

Complementary Color

#f671eb #71f67c

#f671eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f671eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f671eb Color CSS Codes

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

#f671eb Text Font Color

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

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


#f671eb Background Color

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

This div background color is #f671eb


#f671eb Border Color

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

This div border color is #f671eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f671eb


Comments

No comments written yet.

Please login to write comment.