Color Hex Logo

#f317bc Color Hex

#F317BC
(243,23,188)
0 Favorites   0 Comments

Color spaces of #f317bc

RGB 24323188
HSL0.880.900.52
HSV315°91°95°
CMYK 0.000.910.23   0.05
XYZ46.345623.298349.6313
Yxy23.29830.38860.1953
Hunter Lab48.268386.9201-27.1764
CIE-Lab55.378385.8791-30.8541

#f317bc color RGB value is (243,23,188).

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

The process color (four color CMYK) of #f317bc color hex is 0.00, 0.91, 0.23, 0.05. Web safe color of #f317bc is #ff00cc. Color #f317bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010111 10111100
Octal 363 27 274
Decimal 243 23 188
Hex F3 17 BC

RGB Percentages of Color #f317bc

%53.52
%5.07
%41.41

CMYK Percentages of Color #f317bc

%0
%91
%23
%5

Triadic Colors of #f317bc

#f317bc #bcf317 #17bcf3

Analogous Colors of #f317bc

#f317bc #f3174e #bc17f3

Monochromatic Colors of #f317bc

#f317bc

Complementary Color

#f317bc #17f34e

#f317bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f317bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f317bc Color CSS Codes

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

#f317bc Text Font Color

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

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


#f317bc Background Color

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

This div background color is #f317bc


#f317bc Border Color

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

This div border color is #f317bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f317bc


Comments

No comments written yet.

Please login to write comment.