Color Hex Logo

#f04aca Color Hex

#F04ACA
(240,74,202)
0 Favorites   0 Comments

Color spaces of #f04aca

RGB 24074202
HSL0.870.850.62
HSV314°69°94°
CMYK 0.000.690.16   0.06
XYZ49.044627.687158.6363
Yxy27.68710.36230.2045
Hunter Lab52.618574.2936-29.2378
CIE-Lab59.605075.1563-32.3633

#f04aca color RGB value is (240,74,202).

#f04aca hex color red value is 240, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f04aca hue: 0.87 , saturation: 0.85 and the lightness value of f04aca is 0.62.

The process color (four color CMYK) of #f04aca color hex is 0.00, 0.69, 0.16, 0.06. Web safe color of #f04aca is #ff33cc. Color #f04aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 11001010
Octal 360 112 312
Decimal 240 74 202
Hex F0 4A CA

RGB Percentages of Color #f04aca

%46.51
%14.34
%39.15

CMYK Percentages of Color #f04aca

%0
%69
%16
%6

Triadic Colors of #f04aca

#f04aca #caf04a #4acaf0

Analogous Colors of #f04aca

#f04aca #f04a77 #c34af0

Monochromatic Colors of #f04aca

#f04aca

Complementary Color

#f04aca #4af070

#f04aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04aca Color CSS Codes

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

#f04aca Text Font Color

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

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


#f04aca Background Color

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

This div background color is #f04aca


#f04aca Border Color

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

This div border color is #f04aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,74,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04aca;
  -webkit-box-shadow: 1px 1px 3px 2px #f04aca;
  box-shadow:         1px 1px 3px 2px #f04aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,74,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04aca


Comments

No comments written yet.

Please login to write comment.