Color Hex Logo

#f671cd Color Hex

#F671CD
(246,113,205)
0 Favorites   0 Comments

Color spaces of #f671cd

RGB 246113205
HSL0.880.880.70
HSV318°54°96°
CMYK 0.000.540.17   0.04
XYZ54.930635.810961.7746
Yxy35.81090.36020.2348
Hunter Lab59.842259.1256-19.3150
CIE-Lab66.375261.4157-23.5432

#f671cd color RGB value is (246,113,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 11001101
Octal 366 161 315
Decimal 246 113 205
Hex F6 71 CD

RGB Percentages of Color #f671cd

%43.62
%20.04
%36.35

CMYK Percentages of Color #f671cd

%0
%54
%17
%4

Triadic Colors of #f671cd

#f671cd #cdf671 #71cdf6

Analogous Colors of #f671cd

#f671cd #f6718b #dd71f6

Monochromatic Colors of #f671cd

#f671cd

Complementary Color

#f671cd #71f69a

#f671cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f671cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f671cd Color CSS Codes

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

#f671cd Text Font Color

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

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


#f671cd Background Color

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

This div background color is #f671cd


#f671cd Border Color

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

This div border color is #f671cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f671cd

Related Colors


Comments

No comments written yet.

Please login to write comment.