Color Hex Logo

#ce6964 Color Hex

#CE6964
(206,105,100)
0 Favorites   0 Comments

Color spaces of #ce6964

RGB 206105100
HSL0.010.520.60
HSV51°81°
CMYK 0.000.490.51   0.19
XYZ32.805424.145114.9880
Yxy24.14510.45600.3356
Hunter Lab49.137733.179716.3117
CIE-Lab56.232839.381321.2732

#ce6964 color RGB value is (206,105,100).

#ce6964 hex color red value is 206, green value is 105 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ce6964 hue: 0.01 , saturation: 0.52 and the lightness value of ce6964 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01100100
Octal 316 151 144
Decimal 206 105 100
Hex CE 69 64

RGB Percentages of Color #ce6964

%50.12
%25.55
%24.33

CMYK Percentages of Color #ce6964

%0
%49
%51
%19

Triadic Colors of #ce6964

#ce6964 #64ce69 #6964ce

Analogous Colors of #ce6964

#ce6964 #ce9e64 #ce6494

Monochromatic Colors of #ce6964

#ce6964

Complementary Color

#ce6964 #64c9ce

#ce6964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6964 Color CSS Codes

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

#ce6964 Text Font Color

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

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


#ce6964 Background Color

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

This div background color is #ce6964


#ce6964 Border Color

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

This div border color is #ce6964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6964


Comments

No comments written yet.

Please login to write comment.