Color Hex Logo

#f621bd Color Hex

#F621BD
(246,33,189)
0 Favorites   0 Comments

Color spaces of #f621bd

RGB 24633189
HSL0.880.920.55
HSV316°87°96°
CMYK 0.000.870.23   0.04
XYZ47.735224.354750.3291
Yxy24.35470.38990.1989
Hunter Lab49.350586.2942-25.9204
CIE-Lab56.441285.1922-29.7394

#f621bd color RGB value is (246,33,189).

#f621bd hex color red value is 246, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f621bd hue: 0.88 , saturation: 0.92 and the lightness value of f621bd is 0.55.

The process color (four color CMYK) of #f621bd color hex is 0.00, 0.87, 0.23, 0.04. Web safe color of #f621bd is #ff33cc. Color #f621bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 10111101
Octal 366 41 275
Decimal 246 33 189
Hex F6 21 BD

RGB Percentages of Color #f621bd

%52.56
%7.05
%40.38

CMYK Percentages of Color #f621bd

%0
%87
%23
%4

Triadic Colors of #f621bd

#f621bd #bdf621 #21bdf6

Analogous Colors of #f621bd

#f621bd #f62152 #c521f6

Monochromatic Colors of #f621bd

#f621bd

Complementary Color

#f621bd #21f65a

#f621bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f621bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f621bd Color CSS Codes

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

#f621bd Text Font Color

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

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


#f621bd Background Color

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

This div background color is #f621bd


#f621bd Border Color

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

This div border color is #f621bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f621bd


Comments

No comments written yet.

Please login to write comment.