Color Hex Logo

#ff0dba Color Hex

#FF0DBA
(255,13,186)
0 Favorites   0 Comments

Color spaces of #ff0dba

RGB 25513186
HSL0.881.000.53
HSV317°95°100°
CMYK 0.000.950.27   0.00
XYZ50.246925.093048.6495
Yxy25.09300.40530.2024
Hunter Lab50.092991.3861-22.5165
CIE-Lab57.165988.9202-26.7502

#ff0dba color RGB value is (255,13,186).

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

The process color (four color CMYK) of #ff0dba color hex is 0.00, 0.95, 0.27, 0.00. Web safe color of #ff0dba is #ff00cc. Color #ff0dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001101 10111010
Octal 377 15 272
Decimal 255 13 186
Hex FF D BA

RGB Percentages of Color #ff0dba

%56.17
%2.86
%40.97

CMYK Percentages of Color #ff0dba

%0
%95
%27
%0

Triadic Colors of #ff0dba

#ff0dba #baff0d #0dbaff

Analogous Colors of #ff0dba

#ff0dba #ff0d41 #cb0dff

Monochromatic Colors of #ff0dba

#ff0dba

Complementary Color

#ff0dba #0dff52

#ff0dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0dba Color CSS Codes

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

#ff0dba Text Font Color

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

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


#ff0dba Background Color

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

This div background color is #ff0dba


#ff0dba Border Color

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

This div border color is #ff0dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0dba


Comments

No comments written yet.

Please login to write comment.