color codes Logo

#ff5ccc color codes

#FF5CCC
(255,92,204)
0 Favorites   0 Comments

Color spaces of #ff5ccc

RGB 25592204
HSL0.891.000.68
HSV319°64°100°
CMYK 0.000.640.20   0.00
XYZ55.966233.273960.5995
Yxy33.27390.37350.2221
Hunter Lab57.683572.2396-21.9087
CIE-Lab64.382172.6077-25.9230

#ff5ccc color RGB value is (255,92,204).

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

The process color (four color CMYK) of #ff5ccc color code is 0.00, 0.64, 0.20, 0.00. Web safe color of #ff5ccc is #ff66cc. Color #ff5ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011100 11001100
Octal 377 134 314
Decimal 255 92 204
Hex FF 5C CC

RGB Percentages of Color #ff5ccc

%46.28
%16.70
%37.02

CMYK Percentages of Color #ff5ccc

%0
%64
%20
%0

Triadic Colors of #ff5ccc

#ff5ccc #ccff5c #5cccff

Analogous Colors of #ff5ccc

#ff5ccc #ff5c7b #e15cff

Monochromatic Colors of #ff5ccc

#ff5ccc

Complementary Color

#ff5ccc #5cff8f

#ff5ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5ccc Color CSS Codes

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

#ff5ccc Text Font Color

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

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


#ff5ccc Background Color

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

This div background color is #ff5ccc


#ff5ccc Border Color

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

This div border color is #ff5ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5ccc


Comments

No comments written yet.

Please login to write comment.