Color Hex Logo

#f964dc Color Hex

#F964DC
(249,100,220)
0 Favorites   0 Comments

Color spaces of #f964dc

RGB 249100220
HSL0.870.930.68
HSV312°60°98°
CMYK 0.000.600.12   0.02
XYZ56.542434.421471.3740
Yxy34.42140.34830.2120
Hunter Lab58.669869.3556-31.0597
CIE-Lab65.295770.1030-33.5711

#f964dc color RGB value is (249,100,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 11011100
Octal 371 144 334
Decimal 249 100 220
Hex F9 64 DC

RGB Percentages of Color #f964dc

%43.76
%17.57
%38.66

CMYK Percentages of Color #f964dc

%0
%60
%12
%2

Triadic Colors of #f964dc

#f964dc #dcf964 #64dcf9

Analogous Colors of #f964dc

#f964dc #f96492 #cc64f9

Monochromatic Colors of #f964dc

#f964dc

Complementary Color

#f964dc #64f981

#f964dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964dc Color CSS Codes

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

#f964dc Text Font Color

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

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


#f964dc Background Color

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

This div background color is #f964dc


#f964dc Border Color

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

This div border color is #f964dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964dc


Comments

No comments written yet.

Please login to write comment.