Color Hex Logo

#f331dc Color Hex

#F331DC
(243,49,220)
0 Favorites   0 Comments

Color spaces of #f331dc

RGB 24349220
HSL0.850.890.57
HSV307°80°95°
CMYK 0.000.800.09   0.05
XYZ50.978726.418670.1226
Yxy26.41860.34560.1791
Hunter Lab51.399087.0920-44.9088
CIE-Lab58.432385.4151-44.3832

#f331dc color RGB value is (243,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 11011100
Octal 363 61 334
Decimal 243 49 220
Hex F3 31 DC

RGB Percentages of Color #f331dc

%47.46
%9.57
%42.97

CMYK Percentages of Color #f331dc

%0
%80
%9
%5

Triadic Colors of #f331dc

#f331dc #dcf331 #31dcf3

Analogous Colors of #f331dc

#f331dc #f3317b #a931f3

Monochromatic Colors of #f331dc

#f331dc

Complementary Color

#f331dc #31f348

#f331dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f331dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f331dc Color CSS Codes

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

#f331dc Text Font Color

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

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


#f331dc Background Color

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

This div background color is #f331dc


#f331dc Border Color

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

This div border color is #f331dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,49,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 #f331dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f331dc


Comments

No comments written yet.

Please login to write comment.