Color Hex Logo

#ff74cb Color Hex

#FF74CB
(255,116,203)
0 Favorites   0 Comments

Color spaces of #ff74cb

RGB 255116203
HSL0.901.000.73
HSV322°55°100°
CMYK 0.000.550.20   0.00
XYZ58.264938.062660.7758
Yxy38.06260.37090.2423
Hunter Lab61.694960.6100-15.2203
CIE-Lab68.066762.3864-19.7295

#ff74cb color RGB value is (255,116,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 11001011
Octal 377 164 313
Decimal 255 116 203
Hex FF 74 CB

RGB Percentages of Color #ff74cb

%44.43
%20.21
%35.37

CMYK Percentages of Color #ff74cb

%0
%55
%20
%0

Triadic Colors of #ff74cb

#ff74cb #cbff74 #74cbff

Analogous Colors of #ff74cb

#ff74cb #ff7486 #ee74ff

Monochromatic Colors of #ff74cb

#ff74cb

Complementary Color

#ff74cb #74ffa8

#ff74cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff74cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff74cb Color CSS Codes

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

#ff74cb Text Font Color

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

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


#ff74cb Background Color

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

This div background color is #ff74cb


#ff74cb Border Color

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

This div border color is #ff74cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff74cb

Related Colors


Comments

No comments written yet.

Please login to write comment.