Color Hex Logo

#f272ca Color Hex

#F272CA
(242,114,202)
0 Favorites   0 Comments

Color spaces of #f272ca

RGB 242114202
HSL0.890.830.70
HSV319°53°95°
CMYK 0.000.530.17   0.05
XYZ53.295935.176159.8578
Yxy35.17610.35930.2371
Hunter Lab59.309456.6099-18.3216
CIE-Lab65.885559.3531-22.6569

#f272ca color RGB value is (242,114,202).

#f272ca hex color red value is 242, green value is 114 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f272ca hue: 0.89 , saturation: 0.83 and the lightness value of f272ca is 0.70.

The process color (four color CMYK) of #f272ca color hex is 0.00, 0.53, 0.17, 0.05. Web safe color of #f272ca is #ff66cc. Color #f272ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11001010
Octal 362 162 312
Decimal 242 114 202
Hex F2 72 CA

RGB Percentages of Color #f272ca

%43.37
%20.43
%36.20

CMYK Percentages of Color #f272ca

%0
%53
%17
%5

Triadic Colors of #f272ca

#f272ca #caf272 #72caf2

Analogous Colors of #f272ca

#f272ca #f2728a #da72f2

Monochromatic Colors of #f272ca

#f272ca

Complementary Color

#f272ca #72f29a

#f272ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272ca Color CSS Codes

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

#f272ca Text Font Color

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

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


#f272ca Background Color

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

This div background color is #f272ca


#f272ca Border Color

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

This div border color is #f272ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272ca


Comments

No comments written yet.

Please login to write comment.