Color Hex Logo

#ce646e Color Hex

#CE646E
(206,100,110)
0 Favorites   0 Comments

Color spaces of #ce646e

RGB 206100110
HSL0.980.520.60
HSV354°51°81°
CMYK 0.000.510.47   0.19
XYZ32.825223.361917.5311
Yxy23.36190.44530.3169
Hunter Lab48.334136.640112.3290
CIE-Lab55.443242.855414.3735

#ce646e color RGB value is (206,100,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 01101110
Octal 316 144 156
Decimal 206 100 110
Hex CE 64 6E

RGB Percentages of Color #ce646e

%49.52
%24.04
%26.44

CMYK Percentages of Color #ce646e

%0
%51
%47
%19

Triadic Colors of #ce646e

#ce646e #6ece64 #646ece

Analogous Colors of #ce646e

#ce646e #ce8f64 #ce64a3

Monochromatic Colors of #ce646e

#ce646e

Complementary Color

#ce646e #64cec4

#ce646e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce646e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce646e Color CSS Codes

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

#ce646e Text Font Color

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

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


#ce646e Background Color

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

This div background color is #ce646e


#ce646e Border Color

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

This div border color is #ce646e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce646e


Comments

No comments written yet.

Please login to write comment.