Color Hex Logo

#ce646d Color Hex

#CE646D
(206,100,109)
0 Favorites   0 Comments

Color spaces of #ce646d

RGB 206100109
HSL0.990.520.60
HSV355°51°81°
CMYK 0.000.510.47   0.19
XYZ32.771123.340317.2459
Yxy23.34030.44670.3182
Hunter Lab48.311836.535412.6535
CIE-Lab55.421142.757514.9288

#ce646d color RGB value is (206,100,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 01101101
Octal 316 144 155
Decimal 206 100 109
Hex CE 64 6D

RGB Percentages of Color #ce646d

%49.64
%24.10
%26.27

CMYK Percentages of Color #ce646d

%0
%51
%47
%19

Triadic Colors of #ce646d

#ce646d #6dce64 #646dce

Analogous Colors of #ce646d

#ce646d #ce9064 #ce64a2

Monochromatic Colors of #ce646d

#ce646d

Complementary Color

#ce646d #64cec5

#ce646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce646d Color CSS Codes

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

#ce646d Text Font Color

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

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


#ce646d Background Color

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

This div background color is #ce646d


#ce646d Border Color

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

This div border color is #ce646d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce646d


Comments

No comments written yet.

Please login to write comment.