Color Hex Logo

#f388ff Color Hex

#F388FF
(243,136,255)
0 Favorites   0 Comments

Color spaces of #f388ff

RGB 243136255
HSL0.821.000.77
HSV294°47°100°
CMYK 0.050.470.00   0.00
XYZ63.816343.883099.7145
Yxy43.88300.30770.2116
Hunter Lab66.244256.0303-42.8756
CIE-Lab72.150257.8677-42.2378

#f388ff color RGB value is (243,136,255).

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

The process color (four color CMYK) of #f388ff color hex is 0.05, 0.47, 0.00, 0.00. Web safe color of #f388ff is #ff99ff. Color #f388ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001000 11111111
Octal 363 210 377
Decimal 243 136 255
Hex F3 88 FF

RGB Percentages of Color #f388ff

%38.33
%21.45
%40.22

CMYK Percentages of Color #f388ff

%5
%47
%0
%0

Triadic Colors of #f388ff

#f388ff #fff388 #88fff3

Analogous Colors of #f388ff

#f388ff #ff88d0 #b888ff

Monochromatic Colors of #f388ff

#f388ff

Complementary Color

#f388ff #94ff88

#f388ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f388ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f388ff Color CSS Codes

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

#f388ff Text Font Color

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

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


#f388ff Background Color

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

This div background color is #f388ff


#f388ff Border Color

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

This div border color is #f388ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f388ff

Related Colors


Comments

No comments written yet.

Please login to write comment.