Color Hex Logo

#f10edc Color Hex

#F10EDC
(241,14,220)
0 Favorites   0 Comments

Color spaces of #f10edc

RGB 24114220
HSL0.850.890.50
HSV306°94°95°
CMYK 0.000.940.09   0.05
XYZ49.350924.182269.7767
Yxy24.18220.34440.1687
Hunter Lab49.175493.0801-49.7059
CIE-Lab56.269890.3655-47.8272

#f10edc color RGB value is (241,14,220).

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

The process color (four color CMYK) of #f10edc color hex is 0.00, 0.94, 0.09, 0.05. Web safe color of #f10edc is #ff00cc. Color #f10edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001110 11011100
Octal 361 16 334
Decimal 241 14 220
Hex F1 E DC

RGB Percentages of Color #f10edc

%50.74
%2.95
%46.32

CMYK Percentages of Color #f10edc

%0
%94
%9
%5

Triadic Colors of #f10edc

#f10edc #dcf10e #0edcf1

Analogous Colors of #f10edc

#f10edc #f10e6b #950ef1

Monochromatic Colors of #f10edc

#f10edc

Complementary Color

#f10edc #0ef123

#f10edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10edc Color CSS Codes

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

#f10edc Text Font Color

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

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


#f10edc Background Color

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

This div background color is #f10edc


#f10edc Border Color

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

This div border color is #f10edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10edc


Comments

No comments written yet.

Please login to write comment.