Color Hex Logo

#f632da Color Hex

#F632DA
(246,50,218)
0 Favorites   0 Comments

Color spaces of #f632da

RGB 24650218
HSL0.860.920.58
HSV309°80°96°
CMYK 0.000.800.11   0.04
XYZ51.801526.936068.7986
Yxy26.93600.35110.1826
Hunter Lab51.899987.3367-42.2650
CIE-Lab58.915085.5081-42.4569

#f632da color RGB value is (246,50,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110010 11011010
Octal 366 62 332
Decimal 246 50 218
Hex F6 32 DA

RGB Percentages of Color #f632da

%47.86
%9.73
%42.41

CMYK Percentages of Color #f632da

%0
%80
%11
%4

Triadic Colors of #f632da

#f632da #daf632 #32daf6

Analogous Colors of #f632da

#f632da #f63278 #b032f6

Monochromatic Colors of #f632da

#f632da

Complementary Color

#f632da #32f64e

#f632da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f632da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f632da Color CSS Codes

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

#f632da Text Font Color

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

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


#f632da Background Color

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

This div background color is #f632da


#f632da Border Color

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

This div border color is #f632da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f632da


Comments

No comments written yet.

Please login to write comment.