Color Hex Logo

#f073cb Color Hex

#F073CB
(240,115,203)
0 Favorites   0 Comments

Color spaces of #f073cb

RGB 240115203
HSL0.880.810.70
HSV318°52°94°
CMYK 0.000.520.15   0.06
XYZ52.845435.098560.4893
Yxy35.09850.35600.2365
Hunter Lab59.244055.5443-19.0655
CIE-Lab65.825358.4478-23.3349

#f073cb color RGB value is (240,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 11001011
Octal 360 163 313
Decimal 240 115 203
Hex F0 73 CB

RGB Percentages of Color #f073cb

%43.01
%20.61
%36.38

CMYK Percentages of Color #f073cb

%0
%52
%15
%6

Triadic Colors of #f073cb

#f073cb #cbf073 #73cbf0

Analogous Colors of #f073cb

#f073cb #f0738d #d773f0

Monochromatic Colors of #f073cb

#f073cb

Complementary Color

#f073cb #73f098

#f073cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073cb Color CSS Codes

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

#f073cb Text Font Color

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

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


#f073cb Background Color

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

This div background color is #f073cb


#f073cb Border Color

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

This div border color is #f073cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073cb


Comments

No comments written yet.

Please login to write comment.