Color Hex Logo

#f64cdd Color Hex

#F64CDD
(246,76,221)
0 Favorites   0 Comments

Color spaces of #f64cdd

RGB 24676221
HSL0.860.900.63
HSV309°69°96°
CMYK 0.000.690.10   0.04
XYZ53.641629.982271.3665
Yxy29.98220.34610.1934
Hunter Lab54.756079.0441-38.9467
CIE-Lab61.638978.5473-39.8699

#f64cdd color RGB value is (246,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 11011101
Octal 366 114 335
Decimal 246 76 221
Hex F6 4C DD

RGB Percentages of Color #f64cdd

%45.30
%14.00
%40.70

CMYK Percentages of Color #f64cdd

%0
%69
%10
%4

Triadic Colors of #f64cdd

#f64cdd #ddf64c #4cddf6

Analogous Colors of #f64cdd

#f64cdd #f64c88 #ba4cf6

Monochromatic Colors of #f64cdd

#f64cdd

Complementary Color

#f64cdd #4cf665

#f64cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64cdd Color CSS Codes

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

#f64cdd Text Font Color

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

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


#f64cdd Background Color

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

This div background color is #f64cdd


#f64cdd Border Color

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

This div border color is #f64cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64cdd


Comments

No comments written yet.

Please login to write comment.