Color Hex Logo

#ff0fdd Color Hex

#FF0FDD
(255,15,221)
0 Favorites   0 Comments

Color spaces of #ff0fdd

RGB 25515221
HSL0.861.000.53
HSV309°94°100°
CMYK 0.000.940.13   0.00
XYZ54.462026.822170.7133
Yxy26.82210.35830.1765
Hunter Lab51.790197.0765-44.7006
CIE-Lab58.809392.8396-44.2168

#ff0fdd color RGB value is (255,15,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001111 11011101
Octal 377 17 335
Decimal 255 15 221
Hex FF F DD

RGB Percentages of Color #ff0fdd

%51.93
%3.05
%45.01

CMYK Percentages of Color #ff0fdd

%0
%94
%13
%0

Triadic Colors of #ff0fdd

#ff0fdd #ddff0f #0fddff

Analogous Colors of #ff0fdd

#ff0fdd #ff0f65 #a90fff

Monochromatic Colors of #ff0fdd

#ff0fdd

Complementary Color

#ff0fdd #0fff31

#ff0fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0fdd Color CSS Codes

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

#ff0fdd Text Font Color

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

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


#ff0fdd Background Color

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

This div background color is #ff0fdd


#ff0fdd Border Color

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

This div border color is #ff0fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,15,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 #ff0fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0fdd

Related Colors


Comments

No comments written yet.

Please login to write comment.