Color Hex Logo

#cf949d Color Hex

#CF949D
(207,148,157)
0 Favorites   0 Comments

Color spaces of #cf949d

RGB 207148157
HSL0.970.380.70
HSV351°29°81°
CMYK 0.000.290.24   0.19
XYZ42.407836.879536.7816
Yxy36.87950.36540.3177
Hunter Lab60.728518.37496.5996
CIE-Lab67.186523.50404.1350

#cf949d color RGB value is (207,148,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010100 10011101
Octal 317 224 235
Decimal 207 148 157
Hex CF 94 9D

RGB Percentages of Color #cf949d

%40.43
%28.91
%30.66

CMYK Percentages of Color #cf949d

%0
%29
%24
%19

Triadic Colors of #cf949d

#cf949d #9dcf94 #949dcf

Analogous Colors of #cf949d

#cf949d #cfa994 #cf94bb

Monochromatic Colors of #cf949d

#cf949d

Complementary Color

#cf949d #94cfc6

#cf949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf949d Color CSS Codes

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

#cf949d Text Font Color

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

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


#cf949d Background Color

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

This div background color is #cf949d


#cf949d Border Color

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

This div border color is #cf949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf949d


Comments

No comments written yet.

Please login to write comment.