Color Hex Logo

#f632be Color Hex

#F632BE
(246,50,190)
0 Favorites   0 Comments

Color spaces of #f632be

RGB 24650190
HSL0.880.920.58
HSV317°80°96°
CMYK 0.000.800.23   0.04
XYZ48.440925.591751.1018
Yxy25.59170.38710.2045
Hunter Lab50.588282.3937-24.4801
CIE-Lab57.647481.9417-28.4471

#f632be color RGB value is (246,50,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110010 10111110
Octal 366 62 276
Decimal 246 50 190
Hex F6 32 BE

RGB Percentages of Color #f632be

%50.62
%10.29
%39.09

CMYK Percentages of Color #f632be

%0
%80
%23
%4

Triadic Colors of #f632be

#f632be #bef632 #32bef6

Analogous Colors of #f632be

#f632be #f6325c #cc32f6

Monochromatic Colors of #f632be

#f632be

Complementary Color

#f632be #32f66a

#f632be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f632be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f632be Color CSS Codes

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

#f632be Text Font Color

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

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


#f632be Background Color

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

This div background color is #f632be


#f632be Border Color

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

This div border color is #f632be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f632be


Comments

No comments written yet.

Please login to write comment.