Color Hex Logo

#f15adc Color Hex

#F15ADC
(241,90,220)
0 Favorites   0 Comments

Color spaces of #f15adc

RGB 24190220
HSL0.860.840.65
HSV308°63°95°
CMYK 0.000.630.09   0.05
XYZ52.850131.180470.9431
Yxy31.18040.34100.2012
Hunter Lab55.839471.2252-36.2394
CIE-Lab62.659672.1051-37.7657

#f15adc color RGB value is (241,90,220).

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

The process color (four color CMYK) of #f15adc color hex is 0.00, 0.63, 0.09, 0.05. Web safe color of #f15adc is #ff66cc. Color #f15adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11011100
Octal 361 132 334
Decimal 241 90 220
Hex F1 5A DC

RGB Percentages of Color #f15adc

%43.74
%16.33
%39.93

CMYK Percentages of Color #f15adc

%0
%63
%9
%5

Triadic Colors of #f15adc

#f15adc #dcf15a #5adcf1

Analogous Colors of #f15adc

#f15adc #f15a91 #bb5af1

Monochromatic Colors of #f15adc

#f15adc

Complementary Color

#f15adc #5af16f

#f15adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15adc Color CSS Codes

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

#f15adc Text Font Color

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

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


#f15adc Background Color

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

This div background color is #f15adc


#f15adc Border Color

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

This div border color is #f15adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15adc


Comments

No comments written yet.

Please login to write comment.