Color Hex Logo

#f074ca Color Hex

#F074CA
(240,116,202)
0 Favorites   0 Comments

Color spaces of #f074ca

RGB 240116202
HSL0.880.810.70
HSV318°52°94°
CMYK 0.000.520.16   0.06
XYZ52.841235.280359.9019
Yxy35.28030.35700.2383
Hunter Lab59.397254.8528-18.2157
CIE-Lab65.966357.8291-22.5578

#f074ca color RGB value is (240,116,202).

#f074ca hex color red value is 240, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f074ca hue: 0.88 , saturation: 0.81 and the lightness value of f074ca is 0.70.

The process color (four color CMYK) of #f074ca color hex is 0.00, 0.52, 0.16, 0.06. Web safe color of #f074ca is #ff66cc. Color #f074ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 11001010
Octal 360 164 312
Decimal 240 116 202
Hex F0 74 CA

RGB Percentages of Color #f074ca

%43.01
%20.79
%36.20

CMYK Percentages of Color #f074ca

%0
%52
%16
%6

Triadic Colors of #f074ca

#f074ca #caf074 #74caf0

Analogous Colors of #f074ca

#f074ca #f0748c #d874f0

Monochromatic Colors of #f074ca

#f074ca

Complementary Color

#f074ca #74f09a

#f074ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074ca Color CSS Codes

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

#f074ca Text Font Color

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

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


#f074ca Background Color

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

This div background color is #f074ca


#f074ca Border Color

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

This div border color is #f074ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074ca


Comments

No comments written yet.

Please login to write comment.