Color Hex Logo

#f675de Color Hex

#F675DE
(246,117,222)
0 Favorites   0 Comments

Color spaces of #f675de

RGB 246117222
HSL0.860.880.71
HSV311°52°96°
CMYK 0.000.520.10   0.04
XYZ57.552137.589373.3294
Yxy37.58930.34160.2231
Hunter Lab61.310160.2661-27.9962
CIE-Lab67.716862.1554-30.9690

#f675de color RGB value is (246,117,222).

#f675de hex color red value is 246, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f675de hue: 0.86 , saturation: 0.88 and the lightness value of f675de is 0.71.

The process color (four color CMYK) of #f675de color hex is 0.00, 0.52, 0.10, 0.04. Web safe color of #f675de is #ff66cc. Color #f675de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110101 11011110
Octal 366 165 336
Decimal 246 117 222
Hex F6 75 DE

RGB Percentages of Color #f675de

%42.05
%20.00
%37.95

CMYK Percentages of Color #f675de

%0
%52
%10
%4

Triadic Colors of #f675de

#f675de #def675 #75def6

Analogous Colors of #f675de

#f675de #f6759e #ce75f6

Monochromatic Colors of #f675de

#f675de

Complementary Color

#f675de #75f68d

#f675de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f675de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f675de Color CSS Codes

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

#f675de Text Font Color

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

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


#f675de Background Color

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

This div background color is #f675de


#f675de Border Color

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

This div border color is #f675de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f675de


Comments

No comments written yet.

Please login to write comment.