Color Hex Logo

#f827d4 Color Hex

#F827D4
(248,39,212)
0 Favorites   0 Comments

Color spaces of #f827d4

RGB 24839212
HSL0.860.940.56
HSV310°84°97°
CMYK 0.000.840.15   0.03
XYZ51.320626.161064.6320
Yxy26.16100.36110.1841
Hunter Lab51.147889.5943-39.1172
CIE-Lab58.189687.3674-40.1708

#f827d4 color RGB value is (248,39,212).

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

The process color (four color CMYK) of #f827d4 color hex is 0.00, 0.84, 0.15, 0.03. Web safe color of #f827d4 is #ff33cc. Color #f827d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 11010100
Octal 370 47 324
Decimal 248 39 212
Hex F8 27 D4

RGB Percentages of Color #f827d4

%49.70
%7.82
%42.48

CMYK Percentages of Color #f827d4

%0
%84
%15
%3

Triadic Colors of #f827d4

#f827d4 #d4f827 #27d4f8

Analogous Colors of #f827d4

#f827d4 #f8276c #b427f8

Monochromatic Colors of #f827d4

#f827d4

Complementary Color

#f827d4 #27f84b

#f827d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f827d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f827d4 Color CSS Codes

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

#f827d4 Text Font Color

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

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


#f827d4 Background Color

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

This div background color is #f827d4


#f827d4 Border Color

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

This div border color is #f827d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f827d4


Comments

No comments written yet.

Please login to write comment.