Color Hex Logo

#cf849d Color Hex

#CF849D
(207,132,157)
0 Favorites   0 Comments

Color spaces of #cf849d

RGB 207132157
HSL0.940.440.66
HSV340°36°81°
CMYK 0.000.360.24   0.19
XYZ40.069232.202236.0021
Yxy32.20220.37010.2974
Hunter Lab56.747026.73212.1074
CIE-Lab63.509632.1963-1.2135

#cf849d color RGB value is (207,132,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 10011101
Octal 317 204 235
Decimal 207 132 157
Hex CF 84 9D

RGB Percentages of Color #cf849d

%41.73
%26.61
%31.65

CMYK Percentages of Color #cf849d

%0
%36
%24
%19

Triadic Colors of #cf849d

#cf849d #9dcf84 #849dcf

Analogous Colors of #cf849d

#cf849d #cf9184 #cf84c3

Monochromatic Colors of #cf849d

#cf849d

Complementary Color

#cf849d #84cfb6

#cf849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf849d Color CSS Codes

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

#cf849d Text Font Color

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

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


#cf849d Background Color

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

This div background color is #cf849d


#cf849d Border Color

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

This div border color is #cf849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf849d


Comments

No comments written yet.

Please login to write comment.