Color Hex Logo

#f629bb Color Hex

#F629BB
(246,41,187)
0 Favorites   0 Comments

Color spaces of #f629bb

RGB 24641187
HSL0.880.920.56
HSV317°83°96°
CMYK 0.000.830.24   0.04
XYZ47.768624.766649.2764
Yxy24.76660.39220.2033
Hunter Lab49.766184.2450-23.8704
CIE-Lab56.847383.5344-27.9535

#f629bb color RGB value is (246,41,187).

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

The process color (four color CMYK) of #f629bb color hex is 0.00, 0.83, 0.24, 0.04. Web safe color of #f629bb is #ff33cc. Color #f629bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101001 10111011
Octal 366 51 273
Decimal 246 41 187
Hex F6 29 BB

RGB Percentages of Color #f629bb

%51.90
%8.65
%39.45

CMYK Percentages of Color #f629bb

%0
%83
%24
%4

Triadic Colors of #f629bb

#f629bb #bbf629 #29bbf6

Analogous Colors of #f629bb

#f629bb #f62954 #cb29f6

Monochromatic Colors of #f629bb

#f629bb

Complementary Color

#f629bb #29f664

#f629bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f629bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f629bb Color CSS Codes

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

#f629bb Text Font Color

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

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


#f629bb Background Color

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

This div background color is #f629bb


#f629bb Border Color

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

This div border color is #f629bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,41,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f629bb


Comments

No comments written yet.

Please login to write comment.