Color Hex Logo

#f13fdc Color Hex

#F13FDC
(241,63,220)
0 Favorites   0 Comments

Color spaces of #f13fdc

RGB 24163220
HSL0.850.860.60
HSV307°74°95°
CMYK 0.000.740.09   0.05
XYZ50.971427.423170.3168
Yxy27.42310.34280.1844
Hunter Lab52.367182.1003-42.9557
CIE-Lab59.363981.3799-42.9362

#f13fdc color RGB value is (241,63,220).

#f13fdc hex color red value is 241, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f13fdc hue: 0.85 , saturation: 0.86 and the lightness value of f13fdc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111111 11011100
Octal 361 77 334
Decimal 241 63 220
Hex F1 3F DC

RGB Percentages of Color #f13fdc

%45.99
%12.02
%41.98

CMYK Percentages of Color #f13fdc

%0
%74
%9
%5

Triadic Colors of #f13fdc

#f13fdc #dcf13f #3fdcf1

Analogous Colors of #f13fdc

#f13fdc #f13f83 #ad3ff1

Monochromatic Colors of #f13fdc

#f13fdc

Complementary Color

#f13fdc #3ff154

#f13fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13fdc Color CSS Codes

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

#f13fdc Text Font Color

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

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


#f13fdc Background Color

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

This div background color is #f13fdc


#f13fdc Border Color

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

This div border color is #f13fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13fdc


Comments

No comments written yet.

Please login to write comment.