Color Hex Logo

#ff088d Color Hex

#FF088D
(255,8,141)
0 Favorites   0 Comments

Color spaces of #ff088d

RGB 2558141
HSL0.911.000.52
HSV328°97°100°
CMYK 0.000.970.45   0.00
XYZ46.134623.356827.2760
Yxy23.35680.47680.2414
Hunter Lab48.328985.82000.3679
CIE-Lab55.438085.0236-2.9084

#ff088d color RGB value is (255,8,141).

#ff088d hex color red value is 255, green value is 8 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ff088d hue: 0.91 , saturation: 1.00 and the lightness value of ff088d is 0.52.

The process color (four color CMYK) of #ff088d color hex is 0.00, 0.97, 0.45, 0.00. Web safe color of #ff088d is #ff0099. Color #ff088d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 10001101
Octal 377 10 215
Decimal 255 8 141
Hex FF 8 8D

RGB Percentages of Color #ff088d

%63.12
%1.98
%34.90

CMYK Percentages of Color #ff088d

%0
%97
%45
%0

Triadic Colors of #ff088d

#ff088d #8dff08 #088dff

Analogous Colors of #ff088d

#ff088d #ff0812 #f608ff

Monochromatic Colors of #ff088d

#ff088d

Complementary Color

#ff088d #08ff7a

#ff088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff088d Color CSS Codes

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

#ff088d Text Font Color

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

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


#ff088d Background Color

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

This div background color is #ff088d


#ff088d Border Color

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

This div border color is #ff088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff088d


Comments

No comments written yet.

Please login to write comment.