Color Hex Logo

#f35efb Color Hex

#F35EFB
(243,94,251)
0 Favorites   0 Comments

Color spaces of #f35efb

RGB 24394251
HSL0.820.950.68
HSV297°63°98°
CMYK 0.030.630.00   0.02
XYZ58.377434.025194.7575
Yxy34.02510.31190.1818
Hunter Lab58.331076.5626-55.4836
CIE-Lab64.982575.9537-51.3227

#f35efb color RGB value is (243,94,251).

#f35efb hex color red value is 243, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f35efb hue: 0.82 , saturation: 0.95 and the lightness value of f35efb is 0.68.

The process color (four color CMYK) of #f35efb color hex is 0.03, 0.63, 0.00, 0.02. Web safe color of #f35efb is #ff66ff. Color #f35efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011110 11111011
Octal 363 136 373
Decimal 243 94 251
Hex F3 5E FB

RGB Percentages of Color #f35efb

%41.33
%15.99
%42.69

CMYK Percentages of Color #f35efb

%3
%63
%0
%2

Triadic Colors of #f35efb

#f35efb #fbf35e #5efbf3

Analogous Colors of #f35efb

#f35efb #fb5eb5 #a55efb

Monochromatic Colors of #f35efb

#f35efb

Complementary Color

#f35efb #66fb5e

#f35efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35efb Color CSS Codes

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

#f35efb Text Font Color

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

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


#f35efb Background Color

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

This div background color is #f35efb


#f35efb Border Color

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

This div border color is #f35efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35efb


Comments

No comments written yet.

Please login to write comment.