Color Hex Logo

#f365bd Color Hex

#F365BD
(243,101,189)
0 Favorites   0 Comments

Color spaces of #f365bd

RGB 243101189
HSL0.900.860.67
HSV323°58°95°
CMYK 0.000.580.22   0.05
XYZ50.801132.036251.6502
Yxy32.03620.37770.2382
Hunter Lab56.600561.1595-14.4841
CIE-Lab63.372863.6474-19.1298

#f365bd color RGB value is (243,101,189).

#f365bd hex color red value is 243, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f365bd hue: 0.90 , saturation: 0.86 and the lightness value of f365bd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100101 10111101
Octal 363 145 275
Decimal 243 101 189
Hex F3 65 BD

RGB Percentages of Color #f365bd

%45.59
%18.95
%35.46

CMYK Percentages of Color #f365bd

%0
%58
%22
%5

Triadic Colors of #f365bd

#f365bd #bdf365 #65bdf3

Analogous Colors of #f365bd

#f365bd #f36576 #e265f3

Monochromatic Colors of #f365bd

#f365bd

Complementary Color

#f365bd #65f39b

#f365bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f365bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f365bd Color CSS Codes

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

#f365bd Text Font Color

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

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


#f365bd Background Color

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

This div background color is #f365bd


#f365bd Border Color

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

This div border color is #f365bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f365bd


Comments

No comments written yet.

Please login to write comment.