Color Hex Logo

#f00388 Color Hex

#F00388
(240,3,136)
0 Favorites   0 Comments

Color spaces of #f00388

RGB 2403136
HSL0.910.980.48
HSV326°99°94°
CMYK 0.000.990.43   0.06
XYZ40.411720.368025.0940
Yxy20.36800.47060.2372
Hunter Lab45.130980.8556-1.3752
CIE-Lab52.250881.7912-4.9478

#f00388 color RGB value is (240,3,136).

#f00388 hex color red value is 240, green value is 3 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f00388 hue: 0.91 , saturation: 0.98 and the lightness value of f00388 is 0.48.

The process color (four color CMYK) of #f00388 color hex is 0.00, 0.99, 0.43, 0.06. Web safe color of #f00388 is #ff0099. Color #f00388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000011 10001000
Octal 360 3 210
Decimal 240 3 136
Hex F0 3 88

RGB Percentages of Color #f00388

%63.32
%0.79
%35.88

CMYK Percentages of Color #f00388

%0
%99
%43
%6

Triadic Colors of #f00388

#f00388 #88f003 #0388f0

Analogous Colors of #f00388

#f00388 #f00311 #e203f0

Monochromatic Colors of #f00388

#f00388

Complementary Color

#f00388 #03f06b

#f00388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00388 Color CSS Codes

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

#f00388 Text Font Color

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

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


#f00388 Background Color

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

This div background color is #f00388


#f00388 Border Color

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

This div border color is #f00388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00388


Comments

No comments written yet.

Please login to write comment.