Color Hex Logo

#cf499e Color Hex

#CF499E
(207,73,158)
0 Favorites   0 Comments

Color spaces of #cf499e

RGB 20773158
HSL0.890.580.55
HSV322°65°81°
CMYK 0.000.650.24   0.19
XYZ34.286220.499134.4974
Yxy20.49910.38400.2296
Hunter Lab45.275955.9402-13.4821
CIE-Lab52.396961.1151-18.4192

#cf499e color RGB value is (207,73,158).

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

The process color (four color CMYK) of #cf499e color hex is 0.00, 0.65, 0.24, 0.19. Web safe color of #cf499e is #cc3399. Color #cf499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 10011110
Octal 317 111 236
Decimal 207 73 158
Hex CF 49 9E

RGB Percentages of Color #cf499e

%47.26
%16.67
%36.07

CMYK Percentages of Color #cf499e

%0
%65
%24
%19

Triadic Colors of #cf499e

#cf499e #9ecf49 #499ecf

Analogous Colors of #cf499e

#cf499e #cf495b #bd49cf

Monochromatic Colors of #cf499e

#cf499e

Complementary Color

#cf499e #49cf7a

#cf499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf499e Color CSS Codes

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

#cf499e Text Font Color

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

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


#cf499e Background Color

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

This div background color is #cf499e


#cf499e Border Color

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

This div border color is #cf499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf499e


Comments

No comments written yet.

Please login to write comment.