Color Hex Logo

#f770cb Color Hex

#F770CB
(247,112,203)
0 Favorites   0 Comments

Color spaces of #f770cb

RGB 247112203
HSL0.890.890.70
HSV320°55°97°
CMYK 0.000.550.18   0.03
XYZ54.931435.674360.4905
Yxy35.67430.36360.2361
Hunter Lab59.728059.6413-18.2374
CIE-Lab66.270361.8697-22.5687

#f770cb color RGB value is (247,112,203).

#f770cb hex color red value is 247, green value is 112 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f770cb hue: 0.89 , saturation: 0.89 and the lightness value of f770cb is 0.70.

The process color (four color CMYK) of #f770cb color hex is 0.00, 0.55, 0.18, 0.03. Web safe color of #f770cb is #ff66cc. Color #f770cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110000 11001011
Octal 367 160 313
Decimal 247 112 203
Hex F7 70 CB

RGB Percentages of Color #f770cb

%43.95
%19.93
%36.12

CMYK Percentages of Color #f770cb

%0
%55
%18
%3

Triadic Colors of #f770cb

#f770cb #cbf770 #70cbf7

Analogous Colors of #f770cb

#f770cb #f77088 #e070f7

Monochromatic Colors of #f770cb

#f770cb

Complementary Color

#f770cb #70f79c

#f770cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f770cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f770cb Color CSS Codes

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

#f770cb Text Font Color

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

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


#f770cb Background Color

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

This div background color is #f770cb


#f770cb Border Color

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

This div border color is #f770cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f770cb


Comments

No comments written yet.

Please login to write comment.