Color Hex Logo

#f341bc Color Hex

#F341BC
(243,65,188)
0 Favorites   0 Comments

Color spaces of #f341bc

RGB 24365188
HSL0.880.880.60
HSV319°73°95°
CMYK 0.000.730.23   0.05
XYZ47.929526.466150.1593
Yxy26.46610.38480.2125
Hunter Lab51.445276.2724-21.7964
CIE-Lab58.476976.9563-26.0556

#f341bc color RGB value is (243,65,188).

#f341bc hex color red value is 243, green value is 65 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f341bc hue: 0.88 , saturation: 0.88 and the lightness value of f341bc is 0.60.

The process color (four color CMYK) of #f341bc color hex is 0.00, 0.73, 0.23, 0.05. Web safe color of #f341bc is #ff33cc. Color #f341bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000001 10111100
Octal 363 101 274
Decimal 243 65 188
Hex F3 41 BC

RGB Percentages of Color #f341bc

%48.99
%13.10
%37.90

CMYK Percentages of Color #f341bc

%0
%73
%23
%5

Triadic Colors of #f341bc

#f341bc #bcf341 #41bcf3

Analogous Colors of #f341bc

#f341bc #f34163 #d141f3

Monochromatic Colors of #f341bc

#f341bc

Complementary Color

#f341bc #41f378

#f341bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f341bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f341bc Color CSS Codes

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

#f341bc Text Font Color

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

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


#f341bc Background Color

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

This div background color is #f341bc


#f341bc Border Color

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

This div border color is #f341bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f341bc


Comments

No comments written yet.

Please login to write comment.