Color Hex Logo

#cf94ad Color Hex

#CF94AD
(207,148,173)
0 Favorites   0 Comments

Color spaces of #cf94ad

RGB 207148173
HSL0.930.380.70
HSV335°29°81°
CMYK 0.000.290.16   0.19
XYZ43.864937.462344.4542
Yxy37.46230.34870.2978
Hunter Lab61.206520.8145-0.2178
CIE-Lab67.622425.9518-4.1939

#cf94ad color RGB value is (207,148,173).

#cf94ad hex color red value is 207, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf94ad hue: 0.93 , saturation: 0.38 and the lightness value of cf94ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010100 10101101
Octal 317 224 255
Decimal 207 148 173
Hex CF 94 AD

RGB Percentages of Color #cf94ad

%39.20
%28.03
%32.77

CMYK Percentages of Color #cf94ad

%0
%29
%16
%19

Triadic Colors of #cf94ad

#cf94ad #adcf94 #94adcf

Analogous Colors of #cf94ad

#cf94ad #cf9994 #cf94cb

Monochromatic Colors of #cf94ad

#cf94ad

Complementary Color

#cf94ad #94cfb6

#cf94ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf94ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf94ad Color CSS Codes

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

#cf94ad Text Font Color

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

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


#cf94ad Background Color

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

This div background color is #cf94ad


#cf94ad Border Color

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

This div border color is #cf94ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf94ad


Comments

No comments written yet.

Please login to write comment.