Color Hex Logo

#ff7ccd Color Hex

#FF7CCD
(255,124,205)
0 Favorites   0 Comments

Color spaces of #ff7ccd

RGB 255124205
HSL0.901.000.74
HSV323°51°100°
CMYK 0.000.510.20   0.00
XYZ59.467140.083162.3602
Yxy40.08310.36730.2476
Hunter Lab63.311256.8673-14.0815
CIE-Lab69.528758.9863-18.6276

#ff7ccd color RGB value is (255,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 11001101
Octal 377 174 315
Decimal 255 124 205
Hex FF 7C CD

RGB Percentages of Color #ff7ccd

%43.66
%21.23
%35.10

CMYK Percentages of Color #ff7ccd

%0
%51
%20
%0

Triadic Colors of #ff7ccd

#ff7ccd #cdff7c #7ccdff

Analogous Colors of #ff7ccd

#ff7ccd #ff7c8c #f07cff

Monochromatic Colors of #ff7ccd

#ff7ccd

Complementary Color

#ff7ccd #7cffae

#ff7ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7ccd Color CSS Codes

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

#ff7ccd Text Font Color

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

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


#ff7ccd Background Color

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

This div background color is #ff7ccd


#ff7ccd Border Color

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

This div border color is #ff7ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7ccd


Comments

No comments written yet.

Please login to write comment.