Color Hex Logo

#f34adc Color Hex

#F34ADC
(243,74,220)
0 Favorites   0 Comments

Color spaces of #f34adc

RGB 24374220
HSL0.860.880.62
HSV308°70°95°
CMYK 0.000.700.09   0.05
XYZ52.329229.119670.5727
Yxy29.11960.34420.1915
Hunter Lab53.962678.6625-39.7661
CIE-Lab60.887078.3903-40.5196

#f34adc color RGB value is (243,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001010 11011100
Octal 363 112 334
Decimal 243 74 220
Hex F3 4A DC

RGB Percentages of Color #f34adc

%45.25
%13.78
%40.97

CMYK Percentages of Color #f34adc

%0
%70
%9
%5

Triadic Colors of #f34adc

#f34adc #dcf34a #4adcf3

Analogous Colors of #f34adc

#f34adc #f34a88 #b64af3

Monochromatic Colors of #f34adc

#f34adc

Complementary Color

#f34adc #4af361

#f34adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34adc Color CSS Codes

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

#f34adc Text Font Color

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

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


#f34adc Background Color

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

This div background color is #f34adc


#f34adc Border Color

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

This div border color is #f34adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,74,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f34adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34adc


Comments

No comments written yet.

Please login to write comment.