Color Hex Logo

#f015cb Color Hex

#F015CB
(240,21,203)
0 Favorites   0 Comments

Color spaces of #f015cb

RGB 24021203
HSL0.860.880.51
HSV310°91°94°
CMYK 0.000.910.15   0.06
XYZ46.982823.373458.5352
Yxy23.37340.36450.1813
Hunter Lab48.346088.8611-37.9434
CIE-Lab55.454987.3442-39.4251

#f015cb color RGB value is (240,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11001011
Octal 360 25 313
Decimal 240 21 203
Hex F0 15 CB

RGB Percentages of Color #f015cb

%51.72
%4.53
%43.75

CMYK Percentages of Color #f015cb

%0
%91
%15
%6

Triadic Colors of #f015cb

#f015cb #cbf015 #15cbf0

Analogous Colors of #f015cb

#f015cb #f0155d #a815f0

Monochromatic Colors of #f015cb

#f015cb

Complementary Color

#f015cb #15f03a

#f015cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015cb Color CSS Codes

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

#f015cb Text Font Color

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

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


#f015cb Background Color

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

This div background color is #f015cb


#f015cb Border Color

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

This div border color is #f015cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,21,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015cb


Comments

No comments written yet.

Please login to write comment.