Color Hex Logo

#f35fbc Color Hex

#F35FBC
(243,95,188)
0 Favorites   0 Comments

Color spaces of #f35fbc

RGB 24395188
HSL0.900.860.66
HSV322°61°95°
CMYK 0.000.610.23   0.05
XYZ50.131530.869950.8932
Yxy30.86990.38010.2340
Hunter Lab55.560763.8264-15.4167
CIE-Lab62.397766.0599-20.0453

#f35fbc color RGB value is (243,95,188).

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

The process color (four color CMYK) of #f35fbc color hex is 0.00, 0.61, 0.23, 0.05. Web safe color of #f35fbc is #ff66cc. Color #f35fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011111 10111100
Octal 363 137 274
Decimal 243 95 188
Hex F3 5F BC

RGB Percentages of Color #f35fbc

%46.20
%18.06
%35.74

CMYK Percentages of Color #f35fbc

%0
%61
%23
%5

Triadic Colors of #f35fbc

#f35fbc #bcf35f #5fbcf3

Analogous Colors of #f35fbc

#f35fbc #f35f72 #e05ff3

Monochromatic Colors of #f35fbc

#f35fbc

Complementary Color

#f35fbc #5ff396

#f35fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35fbc Color CSS Codes

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

#f35fbc Text Font Color

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

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


#f35fbc Background Color

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

This div background color is #f35fbc


#f35fbc Border Color

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

This div border color is #f35fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35fbc


Comments

No comments written yet.

Please login to write comment.