Color Hex Logo

#f075ca Color Hex

#F075CA
(240,117,202)
0 Favorites   0 Comments

Color spaces of #f075ca

RGB 240117202
HSL0.880.800.70
HSV319°51°94°
CMYK 0.000.510.16   0.06
XYZ52.957135.512159.9405
Yxy35.51210.35680.2393
Hunter Lab59.592054.3399-17.9223
CIE-Lab66.145457.3573-22.2842

#f075ca color RGB value is (240,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 11001010
Octal 360 165 312
Decimal 240 117 202
Hex F0 75 CA

RGB Percentages of Color #f075ca

%42.93
%20.93
%36.14

CMYK Percentages of Color #f075ca

%0
%51
%16
%6

Triadic Colors of #f075ca

#f075ca #caf075 #75caf0

Analogous Colors of #f075ca

#f075ca #f0758d #d975f0

Monochromatic Colors of #f075ca

#f075ca

Complementary Color

#f075ca #75f09b

#f075ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075ca Color CSS Codes

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

#f075ca Text Font Color

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

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


#f075ca Background Color

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

This div background color is #f075ca


#f075ca Border Color

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

This div border color is #f075ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075ca


Comments

No comments written yet.

Please login to write comment.