Color Hex Logo

#f43cbd Color Hex

#F43CBD
(244,60,189)
0 Favorites   0 Comments

Color spaces of #f43cbd

RGB 24460189
HSL0.880.890.60
HSV318°75°96°
CMYK 0.000.750.23   0.04
XYZ48.109426.138950.6538
Yxy26.13890.38520.2093
Hunter Lab51.126278.4963-22.9538
CIE-Lab58.168778.7820-27.0929

#f43cbd color RGB value is (244,60,189).

#f43cbd hex color red value is 244, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f43cbd hue: 0.88 , saturation: 0.89 and the lightness value of f43cbd is 0.60.

The process color (four color CMYK) of #f43cbd color hex is 0.00, 0.75, 0.23, 0.04. Web safe color of #f43cbd is #ff33cc. Color #f43cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00111100 10111101
Octal 364 74 275
Decimal 244 60 189
Hex F4 3C BD

RGB Percentages of Color #f43cbd

%49.49
%12.17
%38.34

CMYK Percentages of Color #f43cbd

%0
%75
%23
%4

Triadic Colors of #f43cbd

#f43cbd #bdf43c #3cbdf4

Analogous Colors of #f43cbd

#f43cbd #f43c61 #cf3cf4

Monochromatic Colors of #f43cbd

#f43cbd

Complementary Color

#f43cbd #3cf473

#f43cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43cbd Color CSS Codes

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

#f43cbd Text Font Color

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

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


#f43cbd Background Color

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

This div background color is #f43cbd


#f43cbd Border Color

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

This div border color is #f43cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43cbd


Comments

No comments written yet.

Please login to write comment.