Color Hex Logo

#ff73cb Color Hex

#FF73CB
(255,115,203)
0 Favorites   0 Comments

Color spaces of #ff73cb

RGB 255115203
HSL0.901.000.73
HSV322°55°100°
CMYK 0.000.550.20   0.00
XYZ58.150237.833360.7376
Yxy37.83330.37100.2414
Hunter Lab61.508861.1130-15.4905
CIE-Lab67.897662.8366-19.9867

#ff73cb color RGB value is (255,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 11001011
Octal 377 163 313
Decimal 255 115 203
Hex FF 73 CB

RGB Percentages of Color #ff73cb

%44.50
%20.07
%35.43

CMYK Percentages of Color #ff73cb

%0
%55
%20
%0

Triadic Colors of #ff73cb

#ff73cb #cbff73 #73cbff

Analogous Colors of #ff73cb

#ff73cb #ff7385 #ed73ff

Monochromatic Colors of #ff73cb

#ff73cb

Complementary Color

#ff73cb #73ffa7

#ff73cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff73cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff73cb Color CSS Codes

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

#ff73cb Text Font Color

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

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


#ff73cb Background Color

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

This div background color is #ff73cb


#ff73cb Border Color

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

This div border color is #ff73cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff73cb

Related Colors


Comments

No comments written yet.

Please login to write comment.