Color Hex Logo

#f49cdb Color Hex

#F49CDB
(244,156,219)
0 Favorites   0 Comments

Color spaces of #f49cdb

RGB 244156219
HSL0.880.800.78
HSV317°36°96°
CMYK 0.000.360.10   0.04
XYZ61.982948.124573.0399
Yxy48.12450.33840.2628
Hunter Lab69.371838.0869-13.8647
CIE-Lab74.903441.7670-18.3474

#f49cdb color RGB value is (244,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 11011011
Octal 364 234 333
Decimal 244 156 219
Hex F4 9C DB

RGB Percentages of Color #f49cdb

%39.42
%25.20
%35.38

CMYK Percentages of Color #f49cdb

%0
%36
%10
%4

Triadic Colors of #f49cdb

#f49cdb #dbf49c #9cdbf4

Analogous Colors of #f49cdb

#f49cdb #f49caf #e19cf4

Monochromatic Colors of #f49cdb

#f49cdb

Complementary Color

#f49cdb #9cf4b5

#f49cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49cdb Color CSS Codes

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

#f49cdb Text Font Color

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

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


#f49cdb Background Color

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

This div background color is #f49cdb


#f49cdb Border Color

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

This div border color is #f49cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,156,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49cdb


Comments

No comments written yet.

Please login to write comment.