Color Hex Logo

#f728cb Color Hex

#F728CB
(247,40,203)
0 Favorites   0 Comments

Color spaces of #f728cb

RGB 24740203
HSL0.870.930.56
HSV313°84°97°
CMYK 0.000.840.18   0.03
XYZ49.896125.603558.8121
Yxy25.60350.37150.1906
Hunter Lab50.599987.4674-33.4926
CIE-Lab57.658885.8529-35.8813

#f728cb color RGB value is (247,40,203).

#f728cb hex color red value is 247, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f728cb hue: 0.87 , saturation: 0.93 and the lightness value of f728cb is 0.56.

The process color (four color CMYK) of #f728cb color hex is 0.00, 0.84, 0.18, 0.03. Web safe color of #f728cb is #ff33cc. Color #f728cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101000 11001011
Octal 367 50 313
Decimal 247 40 203
Hex F7 28 CB

RGB Percentages of Color #f728cb

%50.41
%8.16
%41.43

CMYK Percentages of Color #f728cb

%0
%84
%18
%3

Triadic Colors of #f728cb

#f728cb #cbf728 #28cbf7

Analogous Colors of #f728cb

#f728cb #f72863 #bc28f7

Monochromatic Colors of #f728cb

#f728cb

Complementary Color

#f728cb #28f754

#f728cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f728cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f728cb Color CSS Codes

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

#f728cb Text Font Color

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

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


#f728cb Background Color

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

This div background color is #f728cb


#f728cb Border Color

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

This div border color is #f728cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f728cb


Comments

No comments written yet.

Please login to write comment.