Color Hex Logo

#f6526d Color Hex

#F6526D
(246,82,109)
0 Favorites   0 Comments

Color spaces of #f6526d

RGB 24682109
HSL0.970.900.64
HSV350°67°96°
CMYK 0.000.670.56   0.04
XYZ43.783626.731517.3200
Yxy26.73150.49850.3043
Hunter Lab51.702560.681016.3300
CIE-Lab58.725064.064020.4703

#f6526d color RGB value is (246,82,109).

#f6526d hex color red value is 246, green value is 82 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f6526d hue: 0.97 , saturation: 0.90 and the lightness value of f6526d is 0.64.

The process color (four color CMYK) of #f6526d color hex is 0.00, 0.67, 0.56, 0.04. Web safe color of #f6526d is #ff6666. Color #f6526d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 01101101
Octal 366 122 155
Decimal 246 82 109
Hex F6 52 6D

RGB Percentages of Color #f6526d

%56.29
%18.76
%24.94

CMYK Percentages of Color #f6526d

%0
%67
%56
%4

Triadic Colors of #f6526d

#f6526d #6df652 #526df6

Analogous Colors of #f6526d

#f6526d #f68952 #f652bf

Monochromatic Colors of #f6526d

#f6526d

Complementary Color

#f6526d #52f6db

#f6526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6526d Color CSS Codes

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

#f6526d Text Font Color

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

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


#f6526d Background Color

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

This div background color is #f6526d


#f6526d Border Color

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

This div border color is #f6526d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,82,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6526d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6526d;
  -webkit-box-shadow: 1px 1px 3px 2px #f6526d;
  box-shadow:         1px 1px 3px 2px #f6526d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,82,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6526d


Comments

No comments written yet.

Please login to write comment.