Color Hex Logo

#cf496d Color Hex

#CF496D
(207,73,109)
0 Favorites   0 Comments

Color spaces of #cf496d

RGB 20773109
HSL0.960.580.55
HSV344°65°81°
CMYK 0.000.650.47   0.19
XYZ30.875019.134616.5341
Yxy19.13460.46400.2875
Hunter Lab43.743149.43948.2096
CIE-Lab50.844355.58858.5474

#cf496d color RGB value is (207,73,109).

#cf496d hex color red value is 207, green value is 73 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cf496d hue: 0.96 , saturation: 0.58 and the lightness value of cf496d is 0.55.

The process color (four color CMYK) of #cf496d color hex is 0.00, 0.65, 0.47, 0.19. Web safe color of #cf496d is #cc3366. Color #cf496d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 01101101
Octal 317 111 155
Decimal 207 73 109
Hex CF 49 6D

RGB Percentages of Color #cf496d

%53.21
%18.77
%28.02

CMYK Percentages of Color #cf496d

%0
%65
%47
%19

Triadic Colors of #cf496d

#cf496d #6dcf49 #496dcf

Analogous Colors of #cf496d

#cf496d #cf6849 #cf49b0

Monochromatic Colors of #cf496d

#cf496d

Complementary Color

#cf496d #49cfab

#cf496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf496d Color CSS Codes

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

#cf496d Text Font Color

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

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


#cf496d Background Color

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

This div background color is #cf496d


#cf496d Border Color

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

This div border color is #cf496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf496d


Comments

No comments written yet.

Please login to write comment.