Color Hex Logo

#cf7aad Color Hex

#CF7AAD
(207,122,173)
0 Favorites   0 Comments

Color spaces of #cf7aad

RGB 207122173
HSL0.900.470.65
HSV324°41°81°
CMYK 0.000.410.16   0.19
XYZ40.234530.201643.2441
Yxy30.20160.35390.2657
Hunter Lab54.956034.5109-8.1853
CIE-Lab61.827839.9606-12.8260

#cf7aad color RGB value is (207,122,173).

#cf7aad hex color red value is 207, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf7aad hue: 0.90 , saturation: 0.47 and the lightness value of cf7aad is 0.65.

The process color (four color CMYK) of #cf7aad color hex is 0.00, 0.41, 0.16, 0.19. Web safe color of #cf7aad is #cc6699. Color #cf7aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111010 10101101
Octal 317 172 255
Decimal 207 122 173
Hex CF 7A AD

RGB Percentages of Color #cf7aad

%41.24
%24.30
%34.46

CMYK Percentages of Color #cf7aad

%0
%41
%16
%19

Triadic Colors of #cf7aad

#cf7aad #adcf7a #7aadcf

Analogous Colors of #cf7aad

#cf7aad #cf7a83 #c77acf

Monochromatic Colors of #cf7aad

#cf7aad

Complementary Color

#cf7aad #7acf9c

#cf7aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7aad Color CSS Codes

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

#cf7aad Text Font Color

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

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


#cf7aad Background Color

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

This div background color is #cf7aad


#cf7aad Border Color

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

This div border color is #cf7aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,122,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf7aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf7aad;
  -webkit-box-shadow: 1px 1px 3px 2px #cf7aad;
  box-shadow:         1px 1px 3px 2px #cf7aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,122,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7aad


Comments

No comments written yet.

Please login to write comment.