Color Hex Logo

#f632ea Color Hex

#F632EA
(246,50,234)
0 Favorites   0 Comments

Color spaces of #f632ea

RGB 24650234
HSL0.840.920.58
HSV304°80°96°
CMYK 0.000.800.05   0.04
XYZ53.997927.814580.3646
Yxy27.81450.33300.1715
Hunter Lab52.739590.4652-53.4287
CIE-Lab59.720887.7277-50.1914

#f632ea color RGB value is (246,50,234).

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

The process color (four color CMYK) of #f632ea color hex is 0.00, 0.80, 0.05, 0.04. Web safe color of #f632ea is #ff33ff. Color #f632ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110010 11101010
Octal 366 62 352
Decimal 246 50 234
Hex F6 32 EA

RGB Percentages of Color #f632ea

%46.42
%9.43
%44.15

CMYK Percentages of Color #f632ea

%0
%80
%5
%4

Triadic Colors of #f632ea

#f632ea #eaf632 #32eaf6

Analogous Colors of #f632ea

#f632ea #f63288 #a032f6

Monochromatic Colors of #f632ea

#f632ea

Complementary Color

#f632ea #32f63e

#f632ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f632ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f632ea Color CSS Codes

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

#f632ea Text Font Color

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

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


#f632ea Background Color

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

This div background color is #f632ea


#f632ea Border Color

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

This div border color is #f632ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f632ea

Related Colors


Comments

No comments written yet.

Please login to write comment.