Color Hex Logo

#ff66cf Color Hex

#FF66CF
(255,102,207)
0 Favorites   0 Comments

Color spaces of #ff66cf

RGB 255102207
HSL0.891.000.70
HSV319°60°100°
CMYK 0.000.600.19   0.00
XYZ57.253935.267762.8212
Yxy35.26770.36860.2270
Hunter Lab59.386668.1631-21.1484
CIE-Lab65.956669.0109-25.1948

#ff66cf color RGB value is (255,102,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100110 11001111
Octal 377 146 317
Decimal 255 102 207
Hex FF 66 CF

RGB Percentages of Color #ff66cf

%45.21
%18.09
%36.70

CMYK Percentages of Color #ff66cf

%0
%60
%19
%0

Triadic Colors of #ff66cf

#ff66cf #cfff66 #66cfff

Analogous Colors of #ff66cf

#ff66cf #ff6683 #e366ff

Monochromatic Colors of #ff66cf

#ff66cf

Complementary Color

#ff66cf #66ff96

#ff66cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff66cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff66cf Color CSS Codes

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

#ff66cf Text Font Color

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

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


#ff66cf Background Color

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

This div background color is #ff66cf


#ff66cf Border Color

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

This div border color is #ff66cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff66cf

Related Colors


Comments

No comments written yet.

Please login to write comment.