Color Hex Logo

#f35bbf Color Hex

#F35BBF
(243,91,191)
0 Favorites   0 Comments

Color spaces of #f35bbf

RGB 24391191
HSL0.890.860.65
HSV321°63°95°
CMYK 0.000.630.21   0.05
XYZ50.107230.298452.4975
Yxy30.29840.37700.2280
Hunter Lab55.044066.1637-18.0163
CIE-Lab61.910868.0930-22.4987

#f35bbf color RGB value is (243,91,191).

#f35bbf hex color red value is 243, green value is 91 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f35bbf hue: 0.89 , saturation: 0.86 and the lightness value of f35bbf is 0.65.

The process color (four color CMYK) of #f35bbf color hex is 0.00, 0.63, 0.21, 0.05. Web safe color of #f35bbf is #ff66cc. Color #f35bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011011 10111111
Octal 363 133 277
Decimal 243 91 191
Hex F3 5B BF

RGB Percentages of Color #f35bbf

%46.29
%17.33
%36.38

CMYK Percentages of Color #f35bbf

%0
%63
%21
%5

Triadic Colors of #f35bbf

#f35bbf #bff35b #5bbff3

Analogous Colors of #f35bbf

#f35bbf #f35b73 #db5bf3

Monochromatic Colors of #f35bbf

#f35bbf

Complementary Color

#f35bbf #5bf38f

#f35bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35bbf Color CSS Codes

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

#f35bbf Text Font Color

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

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


#f35bbf Background Color

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

This div background color is #f35bbf


#f35bbf Border Color

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

This div border color is #f35bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35bbf


Comments

No comments written yet.

Please login to write comment.