Color Hex Logo

#ff66bd Color Hex

#FF66BD
(255,102,189)
0 Favorites   0 Comments

Color spaces of #ff66bd

RGB 255102189
HSL0.911.000.70
HSV326°60°100°
CMYK 0.000.600.26   0.00
XYZ55.176734.436951.8830
Yxy34.43690.39000.2434
Hunter Lab58.683065.1396-11.3416
CIE-Lab65.307966.6371-16.0274

#ff66bd color RGB value is (255,102,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100110 10111101
Octal 377 146 275
Decimal 255 102 189
Hex FF 66 BD

RGB Percentages of Color #ff66bd

%46.70
%18.68
%34.62

CMYK Percentages of Color #ff66bd

%0
%60
%26
%0

Triadic Colors of #ff66bd

#ff66bd #bdff66 #66bdff

Analogous Colors of #ff66bd

#ff66bd #ff6671 #f566ff

Monochromatic Colors of #ff66bd

#ff66bd

Complementary Color

#ff66bd #66ffa8

#ff66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff66bd Color CSS Codes

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

#ff66bd Text Font Color

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

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


#ff66bd Background Color

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

This div background color is #ff66bd


#ff66bd Border Color

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

This div border color is #ff66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff66bd

Related Colors


Comments

No comments written yet.

Please login to write comment.