Color Hex Logo

#f48acc Color Hex

#F48ACC
(244,138,204)
0 Favorites   0 Comments

Color spaces of #f48acc

RGB 244138204
HSL0.900.830.75
HSV323°43°96°
CMYK 0.000.430.16   0.04
XYZ57.295841.769762.1693
Yxy41.76970.35540.2591
Hunter Lab64.629545.1435-11.7924
CIE-Lab70.711848.6170-16.4180

#f48acc color RGB value is (244,138,204).

#f48acc hex color red value is 244, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f48acc hue: 0.90 , saturation: 0.83 and the lightness value of f48acc is 0.75.

The process color (four color CMYK) of #f48acc color hex is 0.00, 0.43, 0.16, 0.04. Web safe color of #f48acc is #ff99cc. Color #f48acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 11001100
Octal 364 212 314
Decimal 244 138 204
Hex F4 8A CC

RGB Percentages of Color #f48acc

%41.64
%23.55
%34.81

CMYK Percentages of Color #f48acc

%0
%43
%16
%4

Triadic Colors of #f48acc

#f48acc #ccf48a #8accf4

Analogous Colors of #f48acc

#f48acc #f48a97 #e78af4

Monochromatic Colors of #f48acc

#f48acc

Complementary Color

#f48acc #8af4b2

#f48acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48acc Color CSS Codes

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

#f48acc Text Font Color

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

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


#f48acc Background Color

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

This div background color is #f48acc


#f48acc Border Color

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

This div border color is #f48acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48acc


Comments

No comments written yet.

Please login to write comment.