Color Hex Logo

#f34adb Color Hex

#F34ADB
(243,74,219)
0 Favorites   0 Comments

Color spaces of #f34adb

RGB 24374219
HSL0.860.880.62
HSV309°70°95°
CMYK 0.000.700.10   0.05
XYZ52.197129.066769.8772
Yxy29.06670.34540.1923
Hunter Lab53.913578.4684-39.1061
CIE-Lab60.840478.2460-40.0295

#f34adb color RGB value is (243,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001010 11011011
Octal 363 112 333
Decimal 243 74 219
Hex F3 4A DB

RGB Percentages of Color #f34adb

%45.34
%13.81
%40.86

CMYK Percentages of Color #f34adb

%0
%70
%10
%5

Triadic Colors of #f34adb

#f34adb #dbf34a #4adbf3

Analogous Colors of #f34adb

#f34adb #f34a87 #b74af3

Monochromatic Colors of #f34adb

#f34adb

Complementary Color

#f34adb #4af362

#f34adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34adb Color CSS Codes

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

#f34adb Text Font Color

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

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


#f34adb Background Color

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

This div background color is #f34adb


#f34adb Border Color

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

This div border color is #f34adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34adb


Comments

No comments written yet.

Please login to write comment.