Color Hex Logo

#cf84ad Color Hex

#CF84AD
(207,132,173)
0 Favorites   0 Comments

Color spaces of #cf84ad

RGB 207132173
HSL0.910.440.66
HSV327°36°81°
CMYK 0.000.360.16   0.19
XYZ41.526232.785143.6746
Yxy32.78510.35200.2779
Hunter Lab57.258329.2540-5.1435
CIE-Lab63.986534.6310-9.5903

#cf84ad color RGB value is (207,132,173).

#cf84ad hex color red value is 207, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf84ad hue: 0.91 , saturation: 0.44 and the lightness value of cf84ad is 0.66.

The process color (four color CMYK) of #cf84ad color hex is 0.00, 0.36, 0.16, 0.19. Web safe color of #cf84ad is #cc9999. Color #cf84ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 10101101
Octal 317 204 255
Decimal 207 132 173
Hex CF 84 AD

RGB Percentages of Color #cf84ad

%40.43
%25.78
%33.79

CMYK Percentages of Color #cf84ad

%0
%36
%16
%19

Triadic Colors of #cf84ad

#cf84ad #adcf84 #84adcf

Analogous Colors of #cf84ad

#cf84ad #cf8488 #cc84cf

Monochromatic Colors of #cf84ad

#cf84ad

Complementary Color

#cf84ad #84cfa6

#cf84ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf84ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf84ad Color CSS Codes

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

#cf84ad Text Font Color

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

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


#cf84ad Background Color

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

This div background color is #cf84ad


#cf84ad Border Color

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

This div border color is #cf84ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf84ad


Comments

No comments written yet.

Please login to write comment.