Color Hex Logo

#f064cd Color Hex

#F064CD
(240,100,205)
0 Favorites   0 Comments

Color spaces of #f064cd

RGB 240100205
HSL0.880.820.67
HSV315°58°94°
CMYK 0.000.580.15   0.06
XYZ51.511832.047461.2284
Yxy32.04740.35580.2213
Hunter Lab56.610463.3551-24.4993
CIE-Lab63.382065.4910-28.2143

#f064cd color RGB value is (240,100,205).

#f064cd hex color red value is 240, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f064cd hue: 0.88 , saturation: 0.82 and the lightness value of f064cd is 0.67.

The process color (four color CMYK) of #f064cd color hex is 0.00, 0.58, 0.15, 0.06. Web safe color of #f064cd is #ff66cc. Color #f064cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100100 11001101
Octal 360 144 315
Decimal 240 100 205
Hex F0 64 CD

RGB Percentages of Color #f064cd

%44.04
%18.35
%37.61

CMYK Percentages of Color #f064cd

%0
%58
%15
%6

Triadic Colors of #f064cd

#f064cd #cdf064 #64cdf0

Analogous Colors of #f064cd

#f064cd #f06487 #cd64f0

Monochromatic Colors of #f064cd

#f064cd

Complementary Color

#f064cd #64f087

#f064cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f064cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f064cd Color CSS Codes

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

#f064cd Text Font Color

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

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


#f064cd Background Color

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

This div background color is #f064cd


#f064cd Border Color

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

This div border color is #f064cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f064cd


Comments

No comments written yet.

Please login to write comment.