Color Hex Logo

#f13edc Color Hex

#F13EDC
(241,62,220)
0 Favorites   0 Comments

Color spaces of #f13edc

RGB 24162220
HSL0.850.860.59
HSV307°74°95°
CMYK 0.000.740.09   0.05
XYZ50.916527.313370.2985
Yxy27.31330.34280.1839
Hunter Lab52.262182.4453-43.1683
CIE-Lab59.263281.6682-43.0948

#f13edc color RGB value is (241,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111110 11011100
Octal 361 76 334
Decimal 241 62 220
Hex F1 3E DC

RGB Percentages of Color #f13edc

%46.08
%11.85
%42.07

CMYK Percentages of Color #f13edc

%0
%74
%9
%5

Triadic Colors of #f13edc

#f13edc #dcf13e #3edcf1

Analogous Colors of #f13edc

#f13edc #f13e83 #ad3ef1

Monochromatic Colors of #f13edc

#f13edc

Complementary Color

#f13edc #3ef153

#f13edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13edc Color CSS Codes

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

#f13edc Text Font Color

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

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


#f13edc Background Color

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

This div background color is #f13edc


#f13edc Border Color

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

This div border color is #f13edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13edc


Comments

No comments written yet.

Please login to write comment.