Color Hex Logo

#ff55cc Color Hex

#FF55CC
(255,85,204)
1 Favorites   0 Comments

Color spaces of #ff55cc

RGB 25585204
HSL0.881.000.67
HSV318°67°100°
CMYK 0.000.670.20   0.00
XYZ55.387632.116660.4066
Yxy32.11660.37450.2171
Hunter Lab56.671575.2809-23.5276
CIE-Lab63.439175.2228-27.3740

#ff55cc color RGB value is (255,85,204). This hex color code is also a web safe color which is equal to #F5C.

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

The process color (four color CMYK) of #ff55cc color hex is 0.00, 0.67, 0.20, 0.00. Web safe color of #ff55cc is #ff66cc. Color #ff55cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 11001100
Octal 377 125 314
Decimal 255 85 204
Hex FF 55 CC

RGB Percentages of Color #ff55cc

%46.88
%15.63
%37.50

CMYK Percentages of Color #ff55cc

%0
%67
%20
%0

Triadic Colors of #ff55cc

#ff55cc #ccff55 #55ccff

Analogous Colors of #ff55cc

#ff55cc #ff5577 #dd55ff

Monochromatic Colors of #ff55cc

#ff55cc

Complementary Color

#ff55cc #55ff88

#ff55cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff55cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff55cc Color CSS Codes

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

#ff55cc Text Font Color

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

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


#ff55cc Background Color

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

This div background color is #ff55cc


#ff55cc Border Color

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

This div border color is #ff55cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff55cc

#ff55cc Color Palettes


Comments

No comments written yet.

Please login to write comment.