Color Hex Logo

#f968cb Color Hex

#F968CB
(249,104,203)
0 Favorites   0 Comments

Color spaces of #f968cb

RGB 249104203
HSL0.890.920.69
HSV319°58°98°
CMYK 0.000.580.18   0.02
XYZ54.796734.352260.2424
Yxy34.35220.36680.2299
Hunter Lab58.610764.3154-19.9130
CIE-Lab65.241265.9650-24.1180

#f968cb color RGB value is (249,104,203).

#f968cb hex color red value is 249, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f968cb hue: 0.89 , saturation: 0.92 and the lightness value of f968cb is 0.69.

The process color (four color CMYK) of #f968cb color hex is 0.00, 0.58, 0.18, 0.02. Web safe color of #f968cb is #ff66cc. Color #f968cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 11001011
Octal 371 150 313
Decimal 249 104 203
Hex F9 68 CB

RGB Percentages of Color #f968cb

%44.78
%18.71
%36.51

CMYK Percentages of Color #f968cb

%0
%58
%18
%2

Triadic Colors of #f968cb

#f968cb #cbf968 #68cbf9

Analogous Colors of #f968cb

#f968cb #f96883 #df68f9

Monochromatic Colors of #f968cb

#f968cb

Complementary Color

#f968cb #68f996

#f968cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f968cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f968cb Color CSS Codes

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

#f968cb Text Font Color

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

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


#f968cb Background Color

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

This div background color is #f968cb


#f968cb Border Color

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

This div border color is #f968cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f968cb


Comments

No comments written yet.

Please login to write comment.