Color Hex Logo

#f605cd Color Hex

#F605CD
(246,5,205)
0 Favorites   0 Comments

Color spaces of #f605cd

RGB 2465205
HSL0.860.960.49
HSV310°98°96°
CMYK 0.000.980.17   0.04
XYZ49.079824.109159.8243
Yxy24.10910.36900.1813
Hunter Lab49.101092.4961-37.8678
CIE-Lab56.196989.9425-39.3309

#f605cd color RGB value is (246,5,205).

#f605cd hex color red value is 246, green value is 5 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f605cd hue: 0.86 , saturation: 0.96 and the lightness value of f605cd is 0.49.

The process color (four color CMYK) of #f605cd color hex is 0.00, 0.98, 0.17, 0.04. Web safe color of #f605cd is #ff00cc. Color #f605cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 11001101
Octal 366 5 315
Decimal 246 5 205
Hex F6 5 CD

RGB Percentages of Color #f605cd

%53.95
%1.10
%44.96

CMYK Percentages of Color #f605cd

%0
%98
%17
%4

Triadic Colors of #f605cd

#f605cd #cdf605 #05cdf6

Analogous Colors of #f605cd

#f605cd #f60554 #a705f6

Monochromatic Colors of #f605cd

#f605cd

Complementary Color

#f605cd #05f62e

#f605cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f605cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f605cd Color CSS Codes

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

#f605cd Text Font Color

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

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


#f605cd Background Color

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

This div background color is #f605cd


#f605cd Border Color

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

This div border color is #f605cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f605cd


Comments

No comments written yet.

Please login to write comment.