Color Hex Logo

#f630bd Color Hex

#F630BD
(246,48,189)
0 Favorites   0 Comments

Color spaces of #f630bd

RGB 24648189
HSL0.880.920.58
HSV317°80°96°
CMYK 0.000.800.23   0.04
XYZ48.248325.380950.5001
Yxy25.38090.38870.2045
Hunter Lab50.379582.7850-24.1664
CIE-Lab57.444782.2857-28.1842

#f630bd color RGB value is (246,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 10111101
Octal 366 60 275
Decimal 246 48 189
Hex F6 30 BD

RGB Percentages of Color #f630bd

%50.93
%9.94
%39.13

CMYK Percentages of Color #f630bd

%0
%80
%23
%4

Triadic Colors of #f630bd

#f630bd #bdf630 #30bdf6

Analogous Colors of #f630bd

#f630bd #f6305a #cc30f6

Monochromatic Colors of #f630bd

#f630bd

Complementary Color

#f630bd #30f669

#f630bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f630bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f630bd Color CSS Codes

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

#f630bd Text Font Color

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

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


#f630bd Background Color

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

This div background color is #f630bd


#f630bd Border Color

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

This div border color is #f630bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f630bd


Comments

No comments written yet.

Please login to write comment.