Color Hex Logo

#f15adb Color Hex

#F15ADB
(241,90,219)
0 Favorites   0 Comments

Color spaces of #f15adb

RGB 24190219
HSL0.860.840.65
HSV309°63°95°
CMYK 0.000.630.09   0.05
XYZ52.718031.127670.2475
Yxy31.12760.34210.2020
Hunter Lab55.792171.0286-35.5972
CIE-Lab62.615271.9537-37.2737

#f15adb color RGB value is (241,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11011011
Octal 361 132 333
Decimal 241 90 219
Hex F1 5A DB

RGB Percentages of Color #f15adb

%43.82
%16.36
%39.82

CMYK Percentages of Color #f15adb

%0
%63
%9
%5

Triadic Colors of #f15adb

#f15adb #dbf15a #5adbf1

Analogous Colors of #f15adb

#f15adb #f15a90 #bc5af1

Monochromatic Colors of #f15adb

#f15adb

Complementary Color

#f15adb #5af170

#f15adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15adb Color CSS Codes

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

#f15adb Text Font Color

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

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


#f15adb Background Color

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

This div background color is #f15adb


#f15adb Border Color

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

This div border color is #f15adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15adb


Comments

No comments written yet.

Please login to write comment.