Color Hex Logo

#ff0bdd Color Hex

#FF0BDD
(255,11,221)
0 Favorites   0 Comments

Color spaces of #ff0bdd

RGB 25511221
HSL0.861.000.52
HSV308°96°100°
CMYK 0.000.960.13   0.00
XYZ54.410826.719870.6963
Yxy26.71980.35840.1760
Hunter Lab51.691297.4317-44.9051
CIE-Lab58.714193.1198-44.3671

#ff0bdd color RGB value is (255,11,221).

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

The process color (four color CMYK) of #ff0bdd color hex is 0.00, 0.96, 0.13, 0.00. Web safe color of #ff0bdd is #ff00cc. Color #ff0bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001011 11011101
Octal 377 13 335
Decimal 255 11 221
Hex FF B DD

RGB Percentages of Color #ff0bdd

%52.36
%2.26
%45.38

CMYK Percentages of Color #ff0bdd

%0
%96
%13
%0

Triadic Colors of #ff0bdd

#ff0bdd #ddff0b #0bddff

Analogous Colors of #ff0bdd

#ff0bdd #ff0b63 #a70bff

Monochromatic Colors of #ff0bdd

#ff0bdd

Complementary Color

#ff0bdd #0bff2d

#ff0bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0bdd Color CSS Codes

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

#ff0bdd Text Font Color

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

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


#ff0bdd Background Color

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

This div background color is #ff0bdd


#ff0bdd Border Color

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

This div border color is #ff0bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0bdd

Related Colors


Comments

No comments written yet.

Please login to write comment.