Color Hex Logo

#f34cbd Color Hex

#F34CBD
(243,76,189)
0 Favorites   0 Comments

Color spaces of #f34cbd

RGB 24376189
HSL0.890.870.63
HSV319°69°95°
CMYK 0.000.690.22   0.05
XYZ48.731927.897750.9604
Yxy27.89770.38190.2187
Hunter Lab52.818372.2581-20.2317
CIE-Lab59.796273.4780-24.5988

#f34cbd color RGB value is (243,76,189).

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

The process color (four color CMYK) of #f34cbd color hex is 0.00, 0.69, 0.22, 0.05. Web safe color of #f34cbd is #ff33cc. Color #f34cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001100 10111101
Octal 363 114 275
Decimal 243 76 189
Hex F3 4C BD

RGB Percentages of Color #f34cbd

%47.83
%14.96
%37.20

CMYK Percentages of Color #f34cbd

%0
%69
%22
%5

Triadic Colors of #f34cbd

#f34cbd #bdf34c #4cbdf3

Analogous Colors of #f34cbd

#f34cbd #f34c6a #d64cf3

Monochromatic Colors of #f34cbd

#f34cbd

Complementary Color

#f34cbd #4cf382

#f34cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34cbd Color CSS Codes

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

#f34cbd Text Font Color

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

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


#f34cbd Background Color

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

This div background color is #f34cbd


#f34cbd Border Color

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

This div border color is #f34cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34cbd


Comments

No comments written yet.

Please login to write comment.