Color Hex Logo

#cf497e Color Hex

#CF497E
(207,73,126)
0 Favorites   0 Comments

Color spaces of #cf497e

RGB 20773126
HSL0.930.580.55
HSV336°65°81°
CMYK 0.000.650.39   0.19
XYZ31.880619.536821.8294
Yxy19.53680.43520.2667
Hunter Lab44.200551.39651.6586
CIE-Lab51.309457.2755-1.0045

#cf497e color RGB value is (207,73,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 01111110
Octal 317 111 176
Decimal 207 73 126
Hex CF 49 7E

RGB Percentages of Color #cf497e

%50.99
%17.98
%31.03

CMYK Percentages of Color #cf497e

%0
%65
%39
%19

Triadic Colors of #cf497e

#cf497e #7ecf49 #497ecf

Analogous Colors of #cf497e

#cf497e #cf5749 #cf49c1

Monochromatic Colors of #cf497e

#cf497e

Complementary Color

#cf497e #49cf9a

#cf497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf497e Color CSS Codes

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

#cf497e Text Font Color

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

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


#cf497e Background Color

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

This div background color is #cf497e


#cf497e Border Color

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

This div border color is #cf497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf497e


Comments

No comments written yet.

Please login to write comment.