Color Hex Logo

#f381db Color Hex

#F381DB
(243,129,219)
0 Favorites   0 Comments

Color spaces of #f381db

RGB 243129219
HSL0.870.830.73
HSV313°47°95°
CMYK 0.000.470.10   0.05
XYZ57.598639.869771.6777
Yxy39.86970.34050.2357
Hunter Lab63.142552.3285-23.1048
CIE-Lab69.376655.1150-26.7811

#f381db color RGB value is (243,129,219).

#f381db hex color red value is 243, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f381db hue: 0.87 , saturation: 0.83 and the lightness value of f381db is 0.73.

The process color (four color CMYK) of #f381db color hex is 0.00, 0.47, 0.10, 0.05. Web safe color of #f381db is #ff99cc. Color #f381db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000001 11011011
Octal 363 201 333
Decimal 243 129 219
Hex F3 81 DB

RGB Percentages of Color #f381db

%41.12
%21.83
%37.06

CMYK Percentages of Color #f381db

%0
%47
%10
%5

Triadic Colors of #f381db

#f381db #dbf381 #81dbf3

Analogous Colors of #f381db

#f381db #f381a2 #d281f3

Monochromatic Colors of #f381db

#f381db

Complementary Color

#f381db #81f399

#f381db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f381db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f381db Color CSS Codes

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

#f381db Text Font Color

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

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


#f381db Background Color

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

This div background color is #f381db


#f381db Border Color

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

This div border color is #f381db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f381db


Comments

No comments written yet.

Please login to write comment.