Color Hex Logo

#f842cd Color Hex

#F842CD
(248,66,205)
0 Favorites   0 Comments

Color spaces of #f842cd

RGB 24866205
HSL0.870.930.62
HSV314°73°97°
CMYK 0.000.730.17   0.03
XYZ51.679128.260760.4887
Yxy28.26070.36800.2012
Hunter Lab53.160880.4935-30.2502
CIE-Lab60.123579.9772-33.1650

#f842cd color RGB value is (248,66,205).

#f842cd hex color red value is 248, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f842cd hue: 0.87 , saturation: 0.93 and the lightness value of f842cd is 0.62.

The process color (four color CMYK) of #f842cd color hex is 0.00, 0.73, 0.17, 0.03. Web safe color of #f842cd is #ff33cc. Color #f842cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000010 11001101
Octal 370 102 315
Decimal 248 66 205
Hex F8 42 CD

RGB Percentages of Color #f842cd

%47.78
%12.72
%39.50

CMYK Percentages of Color #f842cd

%0
%73
%17
%3

Triadic Colors of #f842cd

#f842cd #cdf842 #42cdf8

Analogous Colors of #f842cd

#f842cd #f84272 #c842f8

Monochromatic Colors of #f842cd

#f842cd

Complementary Color

#f842cd #42f86d

#f842cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f842cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f842cd Color CSS Codes

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

#f842cd Text Font Color

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

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


#f842cd Background Color

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

This div background color is #f842cd


#f842cd Border Color

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

This div border color is #f842cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f842cd


Comments

No comments written yet.

Please login to write comment.