Color Hex Logo

#ff60cb Color Hex

#FF60CB
(255,96,203)
1 Favorites   0 Comments

Color spaces of #ff60cb

RGB 25596203
HSL0.891.000.69
HSV320°62°100°
CMYK 0.000.620.20   0.00
XYZ56.202433.937560.0883
Yxy33.93750.37410.2259
Hunter Lab58.255970.2601-20.3758
CIE-Lab64.912970.9082-24.5438

#ff60cb color RGB value is (255,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 11001011
Octal 377 140 313
Decimal 255 96 203
Hex FF 60 CB

RGB Percentages of Color #ff60cb

%46.03
%17.33
%36.64

CMYK Percentages of Color #ff60cb

%0
%62
%20
%0

Triadic Colors of #ff60cb

#ff60cb #cbff60 #60cbff

Analogous Colors of #ff60cb

#ff60cb #ff607c #e460ff

Monochromatic Colors of #ff60cb

#ff60cb

Complementary Color

#ff60cb #60ff94

#ff60cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff60cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff60cb Color CSS Codes

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

#ff60cb Text Font Color

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

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


#ff60cb Background Color

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

This div background color is #ff60cb


#ff60cb Border Color

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

This div border color is #ff60cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff60cb


Comments

No comments written yet.

Please login to write comment.