Color Hex Logo

#f358fb Color Hex

#F358FB
(243,88,251)
0 Favorites   0 Comments

Color spaces of #f358fb

RGB 24388251
HSL0.830.950.66
HSV297°65°98°
CMYK 0.030.650.00   0.02
XYZ57.864532.999294.5865
Yxy32.99920.31200.1779
Hunter Lab57.444979.2751-57.4131
CIE-Lab64.160378.2494-52.6255

#f358fb color RGB value is (243,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011000 11111011
Octal 363 130 373
Decimal 243 88 251
Hex F3 58 FB

RGB Percentages of Color #f358fb

%41.75
%15.12
%43.13

CMYK Percentages of Color #f358fb

%3
%65
%0
%2

Triadic Colors of #f358fb

#f358fb #fbf358 #58fbf3

Analogous Colors of #f358fb

#f358fb #fb58b2 #a258fb

Monochromatic Colors of #f358fb

#f358fb

Complementary Color

#f358fb #60fb58

#f358fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f358fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f358fb Color CSS Codes

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

#f358fb Text Font Color

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

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


#f358fb Background Color

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

This div background color is #f358fb


#f358fb Border Color

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

This div border color is #f358fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f358fb


Comments

No comments written yet.

Please login to write comment.