Color Hex Logo

#cf95aa Color Hex

#CF95AA
(207,149,170)
0 Favorites   0 Comments

Color spaces of #cf95aa

RGB 207149170
HSL0.940.380.70
HSV338°28°81°
CMYK 0.000.280.18   0.19
XYZ43.735337.662642.9947
Yxy37.66260.35160.3028
Hunter Lab61.369919.81101.4213
CIE-Lab67.771224.9296-2.2955

#cf95aa color RGB value is (207,149,170).

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

The process color (four color CMYK) of #cf95aa color hex is 0.00, 0.28, 0.18, 0.19. Web safe color of #cf95aa is #cc9999. Color #cf95aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 10101010
Octal 317 225 252
Decimal 207 149 170
Hex CF 95 AA

RGB Percentages of Color #cf95aa

%39.35
%28.33
%32.32

CMYK Percentages of Color #cf95aa

%0
%28
%18
%19

Triadic Colors of #cf95aa

#cf95aa #aacf95 #95aacf

Analogous Colors of #cf95aa

#cf95aa #cf9d95 #cf95c7

Monochromatic Colors of #cf95aa

#cf95aa

Complementary Color

#cf95aa #95cfba

#cf95aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf95aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf95aa Color CSS Codes

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

#cf95aa Text Font Color

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

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


#cf95aa Background Color

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

This div background color is #cf95aa


#cf95aa Border Color

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

This div border color is #cf95aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf95aa


Comments

No comments written yet.

Please login to write comment.