Color Hex Logo

#f499dc Color Hex

#F499DC
(244,153,220)
0 Favorites   0 Comments

Color spaces of #f499dc

RGB 244153220
HSL0.880.810.78
HSV316°37°96°
CMYK 0.000.370.10   0.04
XYZ61.617747.182973.5697
Yxy47.18290.33790.2587
Hunter Lab68.689839.9150-15.4192
CIE-Lab74.306643.4860-19.7986

#f499dc color RGB value is (244,153,220).

#f499dc hex color red value is 244, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f499dc hue: 0.88 , saturation: 0.81 and the lightness value of f499dc is 0.78.

The process color (four color CMYK) of #f499dc color hex is 0.00, 0.37, 0.10, 0.04. Web safe color of #f499dc is #ff99cc. Color #f499dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 11011100
Octal 364 231 334
Decimal 244 153 220
Hex F4 99 DC

RGB Percentages of Color #f499dc

%39.55
%24.80
%35.66

CMYK Percentages of Color #f499dc

%0
%37
%10
%4

Triadic Colors of #f499dc

#f499dc #dcf499 #99dcf4

Analogous Colors of #f499dc

#f499dc #f499af #df99f4

Monochromatic Colors of #f499dc

#f499dc

Complementary Color

#f499dc #99f4b1

#f499dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f499dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f499dc Color CSS Codes

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

#f499dc Text Font Color

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

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


#f499dc Background Color

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

This div background color is #f499dc


#f499dc Border Color

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

This div border color is #f499dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f499dc


Comments

No comments written yet.

Please login to write comment.