Color Hex Logo

#f377bd Color Hex

#F377BD
(243,119,189)
0 Favorites   0 Comments

Color spaces of #f377bd

RGB 243119189
HSL0.910.840.71
HSV326°51°95°
CMYK 0.000.510.22   0.05
XYZ52.744335.922552.2979
Yxy35.92250.37420.2548
Hunter Lab59.935452.1965-9.7800
CIE-Lab66.460755.4468-14.4552

#f377bd color RGB value is (243,119,189).

#f377bd hex color red value is 243, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f377bd hue: 0.91 , saturation: 0.84 and the lightness value of f377bd is 0.71.

The process color (four color CMYK) of #f377bd color hex is 0.00, 0.51, 0.22, 0.05. Web safe color of #f377bd is #ff66cc. Color #f377bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110111 10111101
Octal 363 167 275
Decimal 243 119 189
Hex F3 77 BD

RGB Percentages of Color #f377bd

%44.10
%21.60
%34.30

CMYK Percentages of Color #f377bd

%0
%51
%22
%5

Triadic Colors of #f377bd

#f377bd #bdf377 #77bdf3

Analogous Colors of #f377bd

#f377bd #f3777f #eb77f3

Monochromatic Colors of #f377bd

#f377bd

Complementary Color

#f377bd #77f3ad

#f377bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f377bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f377bd Color CSS Codes

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

#f377bd Text Font Color

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

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


#f377bd Background Color

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

This div background color is #f377bd


#f377bd Border Color

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

This div border color is #f377bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f377bd


Comments

No comments written yet.

Please login to write comment.