Color Hex Logo

#f967dc Color Hex

#F967DC
(249,103,220)
0 Favorites   0 Comments

Color spaces of #f967dc

RGB 249103220
HSL0.870.920.69
HSV312°59°98°
CMYK 0.000.590.12   0.02
XYZ56.835435.007571.4717
Yxy35.00750.34800.2144
Hunter Lab59.167167.9229-30.2031
CIE-Lab65.754568.8504-32.8593

#f967dc color RGB value is (249,103,220).

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

The process color (four color CMYK) of #f967dc color hex is 0.00, 0.59, 0.12, 0.02. Web safe color of #f967dc is #ff66cc. Color #f967dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 11011100
Octal 371 147 334
Decimal 249 103 220
Hex F9 67 DC

RGB Percentages of Color #f967dc

%43.53
%18.01
%38.46

CMYK Percentages of Color #f967dc

%0
%59
%12
%2

Triadic Colors of #f967dc

#f967dc #dcf967 #67dcf9

Analogous Colors of #f967dc

#f967dc #f96793 #cd67f9

Monochromatic Colors of #f967dc

#f967dc

Complementary Color

#f967dc #67f984

#f967dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f967dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f967dc Color CSS Codes

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

#f967dc Text Font Color

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

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


#f967dc Background Color

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

This div background color is #f967dc


#f967dc Border Color

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

This div border color is #f967dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f967dc

Related Colors


Comments

No comments written yet.

Please login to write comment.