Color Hex Logo

#f34ddb Color Hex

#F34DDB
(243,77,219)
0 Favorites   0 Comments

Color spaces of #f34ddb

RGB 24377219
HSL0.860.870.63
HSV309°68°95°
CMYK 0.000.680.10   0.05
XYZ52.402229.476969.9455
Yxy29.47690.34510.1942
Hunter Lab54.292677.2726-38.3788
CIE-Lab61.200277.2308-39.4653

#f34ddb color RGB value is (243,77,219).

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

The process color (four color CMYK) of #f34ddb color hex is 0.00, 0.68, 0.10, 0.05. Web safe color of #f34ddb is #ff66cc. Color #f34ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001101 11011011
Octal 363 115 333
Decimal 243 77 219
Hex F3 4D DB

RGB Percentages of Color #f34ddb

%45.08
%14.29
%40.63

CMYK Percentages of Color #f34ddb

%0
%68
%10
%5

Triadic Colors of #f34ddb

#f34ddb #dbf34d #4ddbf3

Analogous Colors of #f34ddb

#f34ddb #f34d88 #b84df3

Monochromatic Colors of #f34ddb

#f34ddb

Complementary Color

#f34ddb #4df365

#f34ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34ddb Color CSS Codes

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

#f34ddb Text Font Color

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

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


#f34ddb Background Color

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

This div background color is #f34ddb


#f34ddb Border Color

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

This div border color is #f34ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34ddb


Comments

No comments written yet.

Please login to write comment.