Color Hex Logo

#cf495d Color Hex

#CF495D
(207,73,93)
0 Favorites   0 Comments

Color spaces of #cf495d

RGB 2077393
HSL0.980.580.55
HSV351°65°81°
CMYK 0.000.650.55   0.19
XYZ30.090518.820812.4028
Yxy18.82080.49080.3070
Hunter Lab43.382947.887813.4176
CIE-Lab50.476954.236117.6649

#cf495d color RGB value is (207,73,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 01011101
Octal 317 111 135
Decimal 207 73 93
Hex CF 49 5D

RGB Percentages of Color #cf495d

%55.50
%19.57
%24.93

CMYK Percentages of Color #cf495d

%0
%65
%55
%19

Triadic Colors of #cf495d

#cf495d #5dcf49 #495dcf

Analogous Colors of #cf495d

#cf495d #cf7849 #cf49a0

Monochromatic Colors of #cf495d

#cf495d

Complementary Color

#cf495d #49cfbb

#cf495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf495d Color CSS Codes

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

#cf495d Text Font Color

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

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


#cf495d Background Color

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

This div background color is #cf495d


#cf495d Border Color

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

This div border color is #cf495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf495d


Comments

No comments written yet.

Please login to write comment.