Color Hex Logo

#f629ce Color Hex

#F629CE
(246,41,206)
0 Favorites   0 Comments

Color spaces of #f629ce

RGB 24641206
HSL0.870.920.56
HSV312°83°96°
CMYK 0.000.830.16   0.04
XYZ49.939625.634960.7084
Yxy25.63490.36640.1881
Hunter Lab50.630987.4586-35.6493
CIE-Lab57.688985.8403-37.5615

#f629ce color RGB value is (246,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101001 11001110
Octal 366 51 316
Decimal 246 41 206
Hex F6 29 CE

RGB Percentages of Color #f629ce

%49.90
%8.32
%41.78

CMYK Percentages of Color #f629ce

%0
%83
%16
%4

Triadic Colors of #f629ce

#f629ce #cef629 #29cef6

Analogous Colors of #f629ce

#f629ce #f62968 #b829f6

Monochromatic Colors of #f629ce

#f629ce

Complementary Color

#f629ce #29f651

#f629ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f629ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f629ce Color CSS Codes

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

#f629ce Text Font Color

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

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


#f629ce Background Color

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

This div background color is #f629ce


#f629ce Border Color

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

This div border color is #f629ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f629ce


Comments

No comments written yet.

Please login to write comment.