Color Hex Logo

#ff63bd Color Hex

#FF63BD
(255,99,189)
0 Favorites   0 Comments

Color spaces of #ff63bd

RGB 25599189
HSL0.901.000.69
HSV325°61°100°
CMYK 0.000.610.26   0.00
XYZ54.887133.857851.7864
Yxy33.85780.39060.2409
Hunter Lab58.187566.5475-12.0364
CIE-Lab64.849567.8817-16.7206

#ff63bd color RGB value is (255,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100011 10111101
Octal 377 143 275
Decimal 255 99 189
Hex FF 63 BD

RGB Percentages of Color #ff63bd

%46.96
%18.23
%34.81

CMYK Percentages of Color #ff63bd

%0
%61
%26
%0

Triadic Colors of #ff63bd

#ff63bd #bdff63 #63bdff

Analogous Colors of #ff63bd

#ff63bd #ff636f #f363ff

Monochromatic Colors of #ff63bd

#ff63bd

Complementary Color

#ff63bd #63ffa5

#ff63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff63bd Color CSS Codes

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

#ff63bd Text Font Color

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

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


#ff63bd Background Color

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

This div background color is #ff63bd


#ff63bd Border Color

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

This div border color is #ff63bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,99,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 #ff63bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff63bd


Comments

No comments written yet.

Please login to write comment.