Color Hex Logo

#ff0fcc Color Hex

#FF0FCC
(255,15,204)
0 Favorites   0 Comments

Color spaces of #ff0fcc

RGB 25515204
HSL0.871.000.53
HSV313°94°100°
CMYK 0.000.940.20   0.00
XYZ52.309925.961359.3807
Yxy25.96130.38000.1886
Hunter Lab50.952294.0899-33.4311
CIE-Lab58.000390.7828-35.8157

#ff0fcc color RGB value is (255,15,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001111 11001100
Octal 377 17 314
Decimal 255 15 204
Hex FF F CC

RGB Percentages of Color #ff0fcc

%53.80
%3.16
%43.04

CMYK Percentages of Color #ff0fcc

%0
%94
%20
%0

Triadic Colors of #ff0fcc

#ff0fcc #ccff0f #0fccff

Analogous Colors of #ff0fcc

#ff0fcc #ff0f54 #ba0fff

Monochromatic Colors of #ff0fcc

#ff0fcc

Complementary Color

#ff0fcc #0fff42

#ff0fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0fcc Color CSS Codes

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

#ff0fcc Text Font Color

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

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


#ff0fcc Background Color

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

This div background color is #ff0fcc


#ff0fcc Border Color

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

This div border color is #ff0fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0fcc


Comments

No comments written yet.

Please login to write comment.