Color Hex Logo

#cf6463 Color Hex

#CF6463
(207,100,99)
0 Favorites   0 Comments

Color spaces of #cf6463

RGB 20710099
HSL0.000.530.60
HSV52°81°
CMYK 0.000.520.52   0.19
XYZ32.541423.280614.5829
Yxy23.28060.46220.3307
Hunter Lab48.250035.948915.8554
CIE-Lab55.360242.199120.7076

#cf6463 color RGB value is (207,100,99).

#cf6463 hex color red value is 207, green value is 100 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cf6463 hue: 0.00 , saturation: 0.53 and the lightness value of cf6463 is 0.60.

The process color (four color CMYK) of #cf6463 color hex is 0.00, 0.52, 0.52, 0.19. Web safe color of #cf6463 is #cc6666. Color #cf6463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100100 01100011
Octal 317 144 143
Decimal 207 100 99
Hex CF 64 63

RGB Percentages of Color #cf6463

%50.99
%24.63
%24.38

CMYK Percentages of Color #cf6463

%0
%52
%52
%19

Triadic Colors of #cf6463

#cf6463 #63cf64 #6463cf

Analogous Colors of #cf6463

#cf6463 #cf9a63 #cf6398

Monochromatic Colors of #cf6463

#cf6463

Complementary Color

#cf6463 #63cecf

#cf6463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6463 Color CSS Codes

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

#cf6463 Text Font Color

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

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


#cf6463 Background Color

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

This div background color is #cf6463


#cf6463 Border Color

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

This div border color is #cf6463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6463


Comments

No comments written yet.

Please login to write comment.