Color Hex Logo

#ff64dc Color Hex

#FF64DC
(255,100,220)
0 Favorites   0 Comments

Color spaces of #ff64dc

RGB 255100220
HSL0.871.000.70
HSV314°61°100°
CMYK 0.000.610.14   0.00
XYZ58.715435.541671.4757
Yxy35.54160.35430.2145
Hunter Lab59.616871.4718-29.3522
CIE-Lab66.168271.6617-32.1493

#ff64dc color RGB value is (255,100,220).

#ff64dc hex color red value is 255, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff64dc hue: 0.87 , saturation: 1.00 and the lightness value of ff64dc is 0.70.

The process color (four color CMYK) of #ff64dc color hex is 0.00, 0.61, 0.14, 0.00. Web safe color of #ff64dc is #ff66cc. Color #ff64dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 11011100
Octal 377 144 334
Decimal 255 100 220
Hex FF 64 DC

RGB Percentages of Color #ff64dc

%44.35
%17.39
%38.26

CMYK Percentages of Color #ff64dc

%0
%61
%14
%0

Triadic Colors of #ff64dc

#ff64dc #dcff64 #64dcff

Analogous Colors of #ff64dc

#ff64dc #ff648f #d564ff

Monochromatic Colors of #ff64dc

#ff64dc

Complementary Color

#ff64dc #64ff87

#ff64dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff64dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff64dc Color CSS Codes

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

#ff64dc Text Font Color

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

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


#ff64dc Background Color

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

This div background color is #ff64dc


#ff64dc Border Color

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

This div border color is #ff64dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff64dc

Related Colors


Comments

No comments written yet.

Please login to write comment.