Color Hex Logo

#f335fb Color Hex

#F335FB
(243,53,251)
0 Favorites   0 Comments

Color spaces of #f335fb

RGB 24353251
HSL0.830.960.60
HSV298°79°98°
CMYK 0.030.790.00   0.02
XYZ55.647828.565993.8476
Yxy28.56590.31250.1604
Hunter Lab53.447192.3175-66.6942
CIE-Lab60.396688.9902-58.6163

#f335fb color RGB value is (243,53,251).

#f335fb hex color red value is 243, green value is 53 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f335fb hue: 0.83 , saturation: 0.96 and the lightness value of f335fb is 0.60.

The process color (four color CMYK) of #f335fb color hex is 0.03, 0.79, 0.00, 0.02. Web safe color of #f335fb is #ff33ff. Color #f335fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110101 11111011
Octal 363 65 373
Decimal 243 53 251
Hex F3 35 FB

RGB Percentages of Color #f335fb

%44.42
%9.69
%45.89

CMYK Percentages of Color #f335fb

%3
%79
%0
%2

Triadic Colors of #f335fb

#f335fb #fbf335 #35fbf3

Analogous Colors of #f335fb

#f335fb #fb35a0 #9035fb

Monochromatic Colors of #f335fb

#f335fb

Complementary Color

#f335fb #3dfb35

#f335fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f335fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f335fb Color CSS Codes

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

#f335fb Text Font Color

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

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


#f335fb Background Color

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

This div background color is #f335fb


#f335fb Border Color

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

This div border color is #f335fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f335fb

Related Colors


Comments

No comments written yet.

Please login to write comment.