Color Hex Logo

#f864ca Color Hex

#F864CA
(248,100,202)
0 Favorites   0 Comments

Color spaces of #f864ca

RGB 248100202
HSL0.890.910.68
HSV319°60°97°
CMYK 0.000.600.19   0.03
XYZ53.929233.335159.4690
Yxy33.33510.36750.2272
Hunter Lab57.736665.6901-20.6535
CIE-Lab64.431367.2480-24.8086

#f864ca color RGB value is (248,100,202).

#f864ca hex color red value is 248, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f864ca hue: 0.89 , saturation: 0.91 and the lightness value of f864ca is 0.68.

The process color (four color CMYK) of #f864ca color hex is 0.00, 0.60, 0.19, 0.03. Web safe color of #f864ca is #ff66cc. Color #f864ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100100 11001010
Octal 370 144 312
Decimal 248 100 202
Hex F8 64 CA

RGB Percentages of Color #f864ca

%45.09
%18.18
%36.73

CMYK Percentages of Color #f864ca

%0
%60
%19
%3

Triadic Colors of #f864ca

#f864ca #caf864 #64caf8

Analogous Colors of #f864ca

#f864ca #f86480 #dc64f8

Monochromatic Colors of #f864ca

#f864ca

Complementary Color

#f864ca #64f892

#f864ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f864ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f864ca Color CSS Codes

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

#f864ca Text Font Color

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

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


#f864ca Background Color

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

This div background color is #f864ca


#f864ca Border Color

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

This div border color is #f864ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f864ca


Comments

No comments written yet.

Please login to write comment.