Color Hex Logo

#f070ca Color Hex

#F070CA
(240,112,202)
0 Favorites   0 Comments

Color spaces of #f070ca

RGB 240112202
HSL0.880.810.69
HSV318°53°94°
CMYK 0.000.530.16   0.06
XYZ52.390034.377959.7514
Yxy34.37790.35760.2346
Hunter Lab58.632756.8878-19.3784
CIE-Lab65.261459.6938-23.6358

#f070ca color RGB value is (240,112,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 11001010
Octal 360 160 312
Decimal 240 112 202
Hex F0 70 CA

RGB Percentages of Color #f070ca

%43.32
%20.22
%36.46

CMYK Percentages of Color #f070ca

%0
%53
%16
%6

Triadic Colors of #f070ca

#f070ca #caf070 #70caf0

Analogous Colors of #f070ca

#f070ca #f0708a #d670f0

Monochromatic Colors of #f070ca

#f070ca

Complementary Color

#f070ca #70f096

#f070ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070ca Color CSS Codes

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

#f070ca Text Font Color

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

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


#f070ca Background Color

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

This div background color is #f070ca


#f070ca Border Color

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

This div border color is #f070ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070ca


Comments

No comments written yet.

Please login to write comment.