Color Hex Logo

#f10adc Color Hex

#F10ADC
(241,10,220)
0 Favorites   0 Comments

Color spaces of #f10adc

RGB 24110220
HSL0.850.920.49
HSV305°96°95°
CMYK 0.000.960.09   0.05
XYZ49.302424.085269.7605
Yxy24.08520.34440.1683
Hunter Lab49.076793.4368-49.9247
CIE-Lab56.173090.6509-47.9807

#f10adc color RGB value is (241,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11011100
Octal 361 12 334
Decimal 241 10 220
Hex F1 A DC

RGB Percentages of Color #f10adc

%51.17
%2.12
%46.71

CMYK Percentages of Color #f10adc

%0
%96
%9
%5

Triadic Colors of #f10adc

#f10adc #dcf10a #0adcf1

Analogous Colors of #f10adc

#f10adc #f10a69 #930af1

Monochromatic Colors of #f10adc

#f10adc

Complementary Color

#f10adc #0af11f

#f10adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10adc Color CSS Codes

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

#f10adc Text Font Color

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

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


#f10adc Background Color

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

This div background color is #f10adc


#f10adc Border Color

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

This div border color is #f10adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10adc


Comments

No comments written yet.

Please login to write comment.