Color Hex Logo

#f328db Color Hex

#F328DB
(243,40,219)
0 Favorites   0 Comments

Color spaces of #f328db

RGB 24340219
HSL0.850.890.55
HSV307°84°95°
CMYK 0.000.840.10   0.05
XYZ50.507125.686769.3138
Yxy25.68670.34710.1765
Hunter Lab50.682089.1903-45.6088
CIE-Lab57.738587.1490-44.9128

#f328db color RGB value is (243,40,219).

#f328db hex color red value is 243, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f328db hue: 0.85 , saturation: 0.89 and the lightness value of f328db is 0.55.

The process color (four color CMYK) of #f328db color hex is 0.00, 0.84, 0.10, 0.05. Web safe color of #f328db is #ff33cc. Color #f328db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101000 11011011
Octal 363 50 333
Decimal 243 40 219
Hex F3 28 DB

RGB Percentages of Color #f328db

%48.41
%7.97
%43.63

CMYK Percentages of Color #f328db

%0
%84
%10
%5

Triadic Colors of #f328db

#f328db #dbf328 #28dbf3

Analogous Colors of #f328db

#f328db #f32876 #a628f3

Monochromatic Colors of #f328db

#f328db

Complementary Color

#f328db #28f340

#f328db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f328db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f328db Color CSS Codes

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

#f328db Text Font Color

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

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


#f328db Background Color

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

This div background color is #f328db


#f328db Border Color

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

This div border color is #f328db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f328db


Comments

No comments written yet.

Please login to write comment.