Color Hex Logo

#ff13cc Color Hex

#FF13CC
(255,19,204)
0 Favorites   0 Comments

Color spaces of #ff13cc

RGB 25519204
HSL0.871.000.54
HSV313°93°100°
CMYK 0.000.930.20   0.00
XYZ52.372026.085459.4014
Yxy26.08540.37990.1892
Hunter Lab51.073993.6576-33.2055
CIE-Lab58.118090.4374-35.6317

#ff13cc color RGB value is (255,19,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 11001100
Octal 377 23 314
Decimal 255 19 204
Hex FF 13 CC

RGB Percentages of Color #ff13cc

%53.35
%3.97
%42.68

CMYK Percentages of Color #ff13cc

%0
%93
%20
%0

Triadic Colors of #ff13cc

#ff13cc #ccff13 #13ccff

Analogous Colors of #ff13cc

#ff13cc #ff1356 #bc13ff

Monochromatic Colors of #ff13cc

#ff13cc

Complementary Color

#ff13cc #13ff46

#ff13cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff13cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff13cc Color CSS Codes

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

#ff13cc Text Font Color

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

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


#ff13cc Background Color

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

This div background color is #ff13cc


#ff13cc Border Color

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

This div border color is #ff13cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff13cc


Comments

No comments written yet.

Please login to write comment.