Color Hex Logo

#ce646f Color Hex

#CE646F
(206,100,111)
0 Favorites   0 Comments

Color spaces of #ce646f

RGB 206100111
HSL0.980.520.60
HSV354°51°81°
CMYK 0.000.510.46   0.19
XYZ32.880023.383917.8195
Yxy23.38390.44380.3156
Hunter Lab48.356936.745512.0015
CIE-Lab55.465642.953813.8188

#ce646f color RGB value is (206,100,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 01101111
Octal 316 144 157
Decimal 206 100 111
Hex CE 64 6F

RGB Percentages of Color #ce646f

%49.40
%23.98
%26.62

CMYK Percentages of Color #ce646f

%0
%51
%46
%19

Triadic Colors of #ce646f

#ce646f #6fce64 #646fce

Analogous Colors of #ce646f

#ce646f #ce8e64 #ce64a4

Monochromatic Colors of #ce646f

#ce646f

Complementary Color

#ce646f #64cec3

#ce646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce646f Color CSS Codes

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

#ce646f Text Font Color

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

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


#ce646f Background Color

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

This div background color is #ce646f


#ce646f Border Color

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

This div border color is #ce646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce646f


Comments

No comments written yet.

Please login to write comment.