color codes Logo

#f130db color codes

#F130DB
(241,48,219)
0 Favorites   0 Comments

Color spaces of #f130db

RGB 24148219
HSL0.850.870.57
HSV307°80°95°
CMYK 0.000.800.09   0.05
XYZ50.118825.929269.3811
Yxy25.92920.34460.1783
Hunter Lab50.920786.5776-45.1400
CIE-Lab57.969885.1114-44.5696

#f130db color RGB value is (241,48,219).

#f130db hex color red value is 241, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f130db hue: 0.85 , saturation: 0.87 and the lightness value of f130db is 0.57.

The process color (four color CMYK) of #f130db color code is 0.00, 0.80, 0.09, 0.05. Web safe color of #f130db is #ff33cc. Color #f130db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110000 11011011
Octal 361 60 333
Decimal 241 48 219
Hex F1 30 DB

RGB Percentages of Color #f130db

%47.44
%9.45
%43.11

CMYK Percentages of Color #f130db

%0
%80
%9
%5

Triadic Colors of #f130db

#f130db #dbf130 #30dbf1

Analogous Colors of #f130db

#f130db #f1307b #a730f1

Monochromatic Colors of #f130db

#f130db

Complementary Color

#f130db #30f146

#f130db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f130db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f130db Color CSS Codes

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

#f130db Text Font Color

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

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


#f130db Background Color

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

This div background color is #f130db


#f130db Border Color

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

This div border color is #f130db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f130db


Comments

No comments written yet.

Please login to write comment.