Color Hex Logo

#f968de Color Hex

#F968DE
(249,104,222)
0 Favorites   0 Comments

Color spaces of #f968de

RGB 249104222
HSL0.860.920.69
HSV311°58°98°
CMYK 0.000.580.11   0.02
XYZ57.202135.314372.9087
Yxy35.31430.34580.2135
Hunter Lab59.425867.8253-31.1440
CIE-Lab65.992668.7280-33.6059

#f968de color RGB value is (249,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 11011110
Octal 371 150 336
Decimal 249 104 222
Hex F9 68 DE

RGB Percentages of Color #f968de

%43.30
%18.09
%38.61

CMYK Percentages of Color #f968de

%0
%58
%11
%2

Triadic Colors of #f968de

#f968de #def968 #68def9

Analogous Colors of #f968de

#f968de #f96896 #cc68f9

Monochromatic Colors of #f968de

#f968de

Complementary Color

#f968de #68f983

#f968de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f968de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f968de Color CSS Codes

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

#f968de Text Font Color

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

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


#f968de Background Color

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

This div background color is #f968de


#f968de Border Color

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

This div border color is #f968de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,104,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f968de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f968de


Comments

No comments written yet.

Please login to write comment.