Color Hex Logo

#f501cd Color Hex

#F501CD
(245,1,205)
0 Favorites   0 Comments

Color spaces of #f501cd

RGB 2451205
HSL0.860.990.48
HSV310°100°96°
CMYK 0.001.000.16   0.04
XYZ48.686523.842059.7935
Yxy23.84200.36790.1802
Hunter Lab48.828392.5323-38.4248
CIE-Lab55.929390.0216-39.7642

#f501cd color RGB value is (245,1,205).

#f501cd hex color red value is 245, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f501cd hue: 0.86 , saturation: 0.99 and the lightness value of f501cd is 0.48.

The process color (four color CMYK) of #f501cd color hex is 0.00, 1.00, 0.16, 0.04. Web safe color of #f501cd is #ff00cc. Color #f501cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 11001101
Octal 365 1 315
Decimal 245 1 205
Hex F5 1 CD

RGB Percentages of Color #f501cd

%54.32
%0.22
%45.45

CMYK Percentages of Color #f501cd

%0
%100
%16
%4

Triadic Colors of #f501cd

#f501cd #cdf501 #01cdf5

Analogous Colors of #f501cd

#f501cd #f50153 #a301f5

Monochromatic Colors of #f501cd

#f501cd

Complementary Color

#f501cd #01f529

#f501cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f501cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f501cd Color CSS Codes

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

#f501cd Text Font Color

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

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


#f501cd Background Color

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

This div background color is #f501cd


#f501cd Border Color

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

This div border color is #f501cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f501cd


Comments

No comments written yet.

Please login to write comment.