Color Hex Logo

#f388fb Color Hex

#F388FB
(243,136,251)
0 Favorites   0 Comments

Color spaces of #f388fb

RGB 243136251
HSL0.820.930.76
HSV296°46°98°
CMYK 0.030.460.00   0.02
XYZ63.178943.628096.3579
Yxy43.62800.31100.2147
Hunter Lab66.051555.1469-40.2580
CIE-Lab71.979157.1425-40.3285

#f388fb color RGB value is (243,136,251).

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

The process color (four color CMYK) of #f388fb color hex is 0.03, 0.46, 0.00, 0.02. Web safe color of #f388fb is #ff99ff. Color #f388fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001000 11111011
Octal 363 210 373
Decimal 243 136 251
Hex F3 88 FB

RGB Percentages of Color #f388fb

%38.57
%21.59
%39.84

CMYK Percentages of Color #f388fb

%3
%46
%0
%2

Triadic Colors of #f388fb

#f388fb #fbf388 #88fbf3

Analogous Colors of #f388fb

#f388fb #fb88ca #ba88fb

Monochromatic Colors of #f388fb

#f388fb

Complementary Color

#f388fb #90fb88

#f388fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f388fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f388fb Color CSS Codes

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

#f388fb Text Font Color

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

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


#f388fb Background Color

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

This div background color is #f388fb


#f388fb Border Color

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

This div border color is #f388fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f388fb

Related Colors


Comments

No comments written yet.

Please login to write comment.