Color Hex Logo

#f015cd Color Hex

#F015CD
(240,21,205)
0 Favorites   0 Comments

Color spaces of #f015cd

RGB 24021205
HSL0.860.880.51
HSV310°91°94°
CMYK 0.000.910.15   0.06
XYZ47.222823.469459.7987
Yxy23.46940.36190.1799
Hunter Lab48.445289.2167-39.2734
CIE-Lab55.552687.5952-40.4184

#f015cd color RGB value is (240,21,205).

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

The process color (four color CMYK) of #f015cd color hex is 0.00, 0.91, 0.15, 0.06. Web safe color of #f015cd is #ff00cc. Color #f015cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11001101
Octal 360 25 315
Decimal 240 21 205
Hex F0 15 CD

RGB Percentages of Color #f015cd

%51.50
%4.51
%43.99

CMYK Percentages of Color #f015cd

%0
%91
%15
%6

Triadic Colors of #f015cd

#f015cd #cdf015 #15cdf0

Analogous Colors of #f015cd

#f015cd #f0155f #a615f0

Monochromatic Colors of #f015cd

#f015cd

Complementary Color

#f015cd #15f038

#f015cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015cd Color CSS Codes

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

#f015cd Text Font Color

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

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


#f015cd Background Color

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

This div background color is #f015cd


#f015cd Border Color

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

This div border color is #f015cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015cd


Comments

No comments written yet.

Please login to write comment.