Color Hex Logo

#f32fdc Color Hex

#F32FDC
(243,47,220)
0 Favorites   0 Comments

Color spaces of #f32fdc

RGB 24347220
HSL0.850.890.57
HSV307°81°95°
CMYK 0.000.810.09   0.05
XYZ50.896926.255070.0953
Yxy26.25500.34570.1783
Hunter Lab51.239687.6367-45.2404
CIE-Lab58.278385.8613-44.6262

#f32fdc color RGB value is (243,47,220).

#f32fdc hex color red value is 243, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f32fdc hue: 0.85 , saturation: 0.89 and the lightness value of f32fdc is 0.57.

The process color (four color CMYK) of #f32fdc color hex is 0.00, 0.81, 0.09, 0.05. Web safe color of #f32fdc is #ff33cc. Color #f32fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101111 11011100
Octal 363 57 334
Decimal 243 47 220
Hex F3 2F DC

RGB Percentages of Color #f32fdc

%47.65
%9.22
%43.14

CMYK Percentages of Color #f32fdc

%0
%81
%9
%5

Triadic Colors of #f32fdc

#f32fdc #dcf32f #2fdcf3

Analogous Colors of #f32fdc

#f32fdc #f32f7a #a82ff3

Monochromatic Colors of #f32fdc

#f32fdc

Complementary Color

#f32fdc #2ff346

#f32fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32fdc Color CSS Codes

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

#f32fdc Text Font Color

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

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


#f32fdc Background Color

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

This div background color is #f32fdc


#f32fdc Border Color

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

This div border color is #f32fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,47,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f32fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f32fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #f32fdc;
  box-shadow:         1px 1px 3px 2px #f32fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,47,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32fdc


Comments

No comments written yet.

Please login to write comment.