Color Hex Logo

#f071cd Color Hex

#F071CD
(240,113,205)
0 Favorites   0 Comments

Color spaces of #f071cd

RGB 240113205
HSL0.880.810.69
HSV317°53°94°
CMYK 0.000.530.15   0.06
XYZ52.859834.743361.6777
Yxy34.74330.35410.2327
Hunter Lab58.943456.9257-20.7799
CIE-Lab65.548359.6790-24.8822

#f071cd color RGB value is (240,113,205).

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

The process color (four color CMYK) of #f071cd color hex is 0.00, 0.53, 0.15, 0.06. Web safe color of #f071cd is #ff66cc. Color #f071cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110001 11001101
Octal 360 161 315
Decimal 240 113 205
Hex F0 71 CD

RGB Percentages of Color #f071cd

%43.01
%20.25
%36.74

CMYK Percentages of Color #f071cd

%0
%53
%15
%6

Triadic Colors of #f071cd

#f071cd #cdf071 #71cdf0

Analogous Colors of #f071cd

#f071cd #f0718e #d471f0

Monochromatic Colors of #f071cd

#f071cd

Complementary Color

#f071cd #71f094

#f071cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f071cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f071cd Color CSS Codes

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

#f071cd Text Font Color

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

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


#f071cd Background Color

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

This div background color is #f071cd


#f071cd Border Color

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

This div border color is #f071cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f071cd


Comments

No comments written yet.

Please login to write comment.