Color Hex Logo

#ce654e Color Hex

#CE654E
(206,101,78)
0 Favorites   0 Comments

Color spaces of #ce654e

RGB 20610178
HSL0.030.570.56
HSV11°62°81°
CMYK 0.000.510.62   0.19
XYZ31.482422.97929.9839
Yxy22.97920.48850.3566
Hunter Lab47.936633.340921.2071
CIE-Lab55.050939.695932.3147

#ce654e color RGB value is (206,101,78).

#ce654e hex color red value is 206, green value is 101 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce654e hue: 0.03 , saturation: 0.57 and the lightness value of ce654e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 01001110
Octal 316 145 116
Decimal 206 101 78
Hex CE 65 4E

RGB Percentages of Color #ce654e

%53.51
%26.23
%20.26

CMYK Percentages of Color #ce654e

%0
%51
%62
%19

Triadic Colors of #ce654e

#ce654e #4ece65 #654ece

Analogous Colors of #ce654e

#ce654e #cea54e #ce4e77

Monochromatic Colors of #ce654e

#ce654e

Complementary Color

#ce654e #4eb7ce

#ce654e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce654e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce654e Color CSS Codes

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

#ce654e Text Font Color

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

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


#ce654e Background Color

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

This div background color is #ce654e


#ce654e Border Color

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

This div border color is #ce654e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce654e


Comments

No comments written yet.

Please login to write comment.