Color Hex Logo

#f64ccd Color Hex

#F64CCD
(246,76,205)
0 Favorites   0 Comments

Color spaces of #f64ccd

RGB 24676205
HSL0.870.900.63
HSV314°69°96°
CMYK 0.000.690.17   0.04
XYZ51.609929.169560.6677
Yxy29.16950.36490.2062
Hunter Lab54.008876.0562-28.7939
CIE-Lab60.930976.3148-31.9349

#f64ccd color RGB value is (246,76,205).

#f64ccd hex color red value is 246, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f64ccd hue: 0.87 , saturation: 0.90 and the lightness value of f64ccd is 0.63.

The process color (four color CMYK) of #f64ccd color hex is 0.00, 0.69, 0.17, 0.04. Web safe color of #f64ccd is #ff33cc. Color #f64ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 11001101
Octal 366 114 315
Decimal 246 76 205
Hex F6 4C CD

RGB Percentages of Color #f64ccd

%46.68
%14.42
%38.90

CMYK Percentages of Color #f64ccd

%0
%69
%17
%4

Triadic Colors of #f64ccd

#f64ccd #cdf64c #4ccdf6

Analogous Colors of #f64ccd

#f64ccd #f64c78 #ca4cf6

Monochromatic Colors of #f64ccd

#f64ccd

Complementary Color

#f64ccd #4cf675

#f64ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64ccd Color CSS Codes

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

#f64ccd Text Font Color

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

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


#f64ccd Background Color

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

This div background color is #f64ccd


#f64ccd Border Color

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

This div border color is #f64ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64ccd


Comments

No comments written yet.

Please login to write comment.