Color Hex Logo

#f334db Color Hex

#F334DB
(243,52,219)
0 Favorites   0 Comments

Color spaces of #f334db

RGB 24352219
HSL0.850.890.58
HSV308°79°95°
CMYK 0.000.790.10   0.05
XYZ50.976326.625169.4702
Yxy26.62510.34660.1810
Hunter Lab51.599586.0449-43.7045
CIE-Lab58.625784.5750-43.5124

#f334db color RGB value is (243,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110100 11011011
Octal 363 64 333
Decimal 243 52 219
Hex F3 34 DB

RGB Percentages of Color #f334db

%47.28
%10.12
%42.61

CMYK Percentages of Color #f334db

%0
%79
%10
%5

Triadic Colors of #f334db

#f334db #dbf334 #34dbf3

Analogous Colors of #f334db

#f334db #f3347c #ac34f3

Monochromatic Colors of #f334db

#f334db

Complementary Color

#f334db #34f34c

#f334db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f334db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f334db Color CSS Codes

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

#f334db Text Font Color

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

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


#f334db Background Color

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

This div background color is #f334db


#f334db Border Color

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

This div border color is #f334db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f334db

Related Colors


Comments

No comments written yet.

Please login to write comment.