Color Hex Logo

#ce5650 Color Hex

#CE5650
(206,86,80)
0 Favorites   0 Comments

Color spaces of #ce5650

RGB 2068680
HSL0.010.560.56
HSV61°81°
CMYK 0.000.580.61   0.19
XYZ30.229420.35669.9254
Yxy20.35660.49960.3364
Hunter Lab45.118340.638618.5398
CIE-Lab52.238047.168627.6414

#ce5650 color RGB value is (206,86,80).

#ce5650 hex color red value is 206, green value is 86 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ce5650 hue: 0.01 , saturation: 0.56 and the lightness value of ce5650 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01010000
Octal 316 126 120
Decimal 206 86 80
Hex CE 56 50

RGB Percentages of Color #ce5650

%55.38
%23.12
%21.51

CMYK Percentages of Color #ce5650

%0
%58
%61
%19

Triadic Colors of #ce5650

#ce5650 #50ce56 #5650ce

Analogous Colors of #ce5650

#ce5650 #ce9550 #ce5089

Monochromatic Colors of #ce5650

#ce5650

Complementary Color

#ce5650 #50c8ce

#ce5650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5650 Color CSS Codes

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

#ce5650 Text Font Color

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

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


#ce5650 Background Color

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

This div background color is #ce5650


#ce5650 Border Color

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

This div border color is #ce5650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5650


Comments

No comments written yet.

Please login to write comment.