Color Hex Logo

#ff0dab Color Hex

#FF0DAB
(255,13,171)
0 Favorites   0 Comments

Color spaces of #ff0dab

RGB 25513171
HSL0.891.000.53
HSV321°95°100°
CMYK 0.000.950.33   0.00
XYZ48.734624.488140.6862
Yxy24.48810.42780.2150
Hunter Lab49.485589.1920-14.1075
CIE-Lab56.573287.3776-18.9279

#ff0dab color RGB value is (255,13,171).

#ff0dab hex color red value is 255, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ff0dab hue: 0.89 , saturation: 1.00 and the lightness value of ff0dab is 0.53.

The process color (four color CMYK) of #ff0dab color hex is 0.00, 0.95, 0.33, 0.00. Web safe color of #ff0dab is #ff0099. Color #ff0dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001101 10101011
Octal 377 15 253
Decimal 255 13 171
Hex FF D AB

RGB Percentages of Color #ff0dab

%58.09
%2.96
%38.95

CMYK Percentages of Color #ff0dab

%0
%95
%33
%0

Triadic Colors of #ff0dab

#ff0dab #abff0d #0dabff

Analogous Colors of #ff0dab

#ff0dab #ff0d32 #da0dff

Monochromatic Colors of #ff0dab

#ff0dab

Complementary Color

#ff0dab #0dff61

#ff0dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0dab Color CSS Codes

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

#ff0dab Text Font Color

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

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


#ff0dab Background Color

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

This div background color is #ff0dab


#ff0dab Border Color

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

This div border color is #ff0dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0dab

Related Colors


Comments

No comments written yet.

Please login to write comment.