Color Hex Logo

#ff66bc Color Hex

#FF66BC
(255,102,188)
1 Favorites   0 Comments

Color spaces of #ff66bc

RGB 255102188
HSL0.911.000.70
HSV326°60°100°
CMYK 0.000.600.26   0.00
XYZ55.068534.393651.3131
Yxy34.39360.39120.2443
Hunter Lab58.646164.9805-10.8243
CIE-Lab65.273866.5113-15.5121

#ff66bc color RGB value is (255,102,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100110 10111100
Octal 377 146 274
Decimal 255 102 188
Hex FF 66 BC

RGB Percentages of Color #ff66bc

%46.79
%18.72
%34.50

CMYK Percentages of Color #ff66bc

%0
%60
%26
%0

Triadic Colors of #ff66bc

#ff66bc #bcff66 #66bcff

Analogous Colors of #ff66bc

#ff66bc #ff6670 #f666ff

Monochromatic Colors of #ff66bc

#ff66bc

Complementary Color

#ff66bc #66ffa9

#ff66bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff66bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff66bc Color CSS Codes

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

#ff66bc Text Font Color

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

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


#ff66bc Background Color

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

This div background color is #ff66bc


#ff66bc Border Color

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

This div border color is #ff66bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff66bc

Related Colors


Comments

No comments written yet.

Please login to write comment.