Color Hex Logo

#ff7cdc Color Hex

#FF7CDC
(255,124,220)
0 Favorites   0 Comments

Color spaces of #ff7cdc

RGB 255124220
HSL0.881.000.74
HSV316°51°100°
CMYK 0.000.510.14   0.00
XYZ61.365940.842672.3592
Yxy40.84260.35150.2340
Hunter Lab63.908259.5598-22.3945
CIE-Lab70.065561.1764-26.1430

#ff7cdc color RGB value is (255,124,220).

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

The process color (four color CMYK) of #ff7cdc color hex is 0.00, 0.51, 0.14, 0.00. Web safe color of #ff7cdc is #ff66cc. Color #ff7cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 11011100
Octal 377 174 334
Decimal 255 124 220
Hex FF 7C DC

RGB Percentages of Color #ff7cdc

%42.57
%20.70
%36.73

CMYK Percentages of Color #ff7cdc

%0
%51
%14
%0

Triadic Colors of #ff7cdc

#ff7cdc #dcff7c #7cdcff

Analogous Colors of #ff7cdc

#ff7cdc #ff7c9b #e17cff

Monochromatic Colors of #ff7cdc

#ff7cdc

Complementary Color

#ff7cdc #7cff9f

#ff7cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7cdc Color CSS Codes

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

#ff7cdc Text Font Color

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

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


#ff7cdc Background Color

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

This div background color is #ff7cdc


#ff7cdc Border Color

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

This div border color is #ff7cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7cdc


Comments

No comments written yet.

Please login to write comment.