Color Hex Logo

#f82672 Color Hex

#F82672
(248,38,114)
0 Favorites   0 Comments

Color spaces of #f82672

RGB 24838114
HSL0.940.940.56
HSV338°85°97°
CMYK 0.000.850.54   0.03
XYZ42.441822.557618.0367
Yxy22.55760.51110.2717
Hunter Lab47.494876.393210.7303
CIE-Lab54.613777.799311.9073

#f82672 color RGB value is (248,38,114).

#f82672 hex color red value is 248, green value is 38 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f82672 hue: 0.94 , saturation: 0.94 and the lightness value of f82672 is 0.56.

The process color (four color CMYK) of #f82672 color hex is 0.00, 0.85, 0.54, 0.03. Web safe color of #f82672 is #ff3366. Color #f82672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100110 01110010
Octal 370 46 162
Decimal 248 38 114
Hex F8 26 72

RGB Percentages of Color #f82672

%62.00
%9.50
%28.50

CMYK Percentages of Color #f82672

%0
%85
%54
%3

Triadic Colors of #f82672

#f82672 #72f826 #2672f8

Analogous Colors of #f82672

#f82672 #f84326 #f826db

Monochromatic Colors of #f82672

#f82672

Complementary Color

#f82672 #26f8ac

#f82672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82672 Color CSS Codes

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

#f82672 Text Font Color

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

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


#f82672 Background Color

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

This div background color is #f82672


#f82672 Border Color

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

This div border color is #f82672


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,38,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82672


Comments

No comments written yet.

Please login to write comment.