Color Hex Logo

#f468cb Color Hex

#F468CB
(244,104,203)
0 Favorites   0 Comments

Color spaces of #f468cb

RGB 244104203
HSL0.880.860.68
HSV318°57°96°
CMYK 0.000.570.17   0.04
XYZ53.038033.445560.1601
Yxy33.44550.36170.2281
Hunter Lab57.832162.4968-21.1942
CIE-Lab64.520064.5728-25.2866

#f468cb color RGB value is (244,104,203).

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

The process color (four color CMYK) of #f468cb color hex is 0.00, 0.57, 0.17, 0.04. Web safe color of #f468cb is #ff66cc. Color #f468cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101000 11001011
Octal 364 150 313
Decimal 244 104 203
Hex F4 68 CB

RGB Percentages of Color #f468cb

%44.28
%18.87
%36.84

CMYK Percentages of Color #f468cb

%0
%57
%17
%4

Triadic Colors of #f468cb

#f468cb #cbf468 #68cbf4

Analogous Colors of #f468cb

#f468cb #f46885 #d768f4

Monochromatic Colors of #f468cb

#f468cb

Complementary Color

#f468cb #68f491

#f468cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f468cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f468cb Color CSS Codes

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

#f468cb Text Font Color

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

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


#f468cb Background Color

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

This div background color is #f468cb


#f468cb Border Color

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

This div border color is #f468cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f468cb


Comments

No comments written yet.

Please login to write comment.