Color Hex Logo

#f15dda Color Hex

#F15DDA
(241,93,218)
0 Favorites   0 Comments

Color spaces of #f15dda

RGB 24193218
HSL0.860.840.65
HSV309°61°95°
CMYK 0.000.610.10   0.05
XYZ52.844931.591469.6422
Yxy31.59140.34300.2050
Hunter Lab56.206269.4642-34.1188
CIE-Lab63.003770.6084-36.1060

#f15dda color RGB value is (241,93,218).

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

The process color (four color CMYK) of #f15dda color hex is 0.00, 0.61, 0.10, 0.05. Web safe color of #f15dda is #ff66cc. Color #f15dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011101 11011010
Octal 361 135 332
Decimal 241 93 218
Hex F1 5D DA

RGB Percentages of Color #f15dda

%43.66
%16.85
%39.49

CMYK Percentages of Color #f15dda

%0
%61
%10
%5

Triadic Colors of #f15dda

#f15dda #daf15d #5ddaf1

Analogous Colors of #f15dda

#f15dda #f15d90 #be5df1

Monochromatic Colors of #f15dda

#f15dda

Complementary Color

#f15dda #5df174

#f15dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15dda Color CSS Codes

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

#f15dda Text Font Color

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

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


#f15dda Background Color

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

This div background color is #f15dda


#f15dda Border Color

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

This div border color is #f15dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,93,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f15dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15dda


Comments

No comments written yet.

Please login to write comment.