Color Hex Logo

#ce826c Color Hex

#CE826C
(206,130,108)
0 Favorites   0 Comments

Color spaces of #ce826c

RGB 206130108
HSL0.040.500.62
HSV13°48°81°
CMYK 0.000.370.48   0.19
XYZ36.143030.169818.1058
Yxy30.16980.42810.3574
Hunter Lab54.927021.333918.9050
CIE-Lab61.800526.895024.1582

#ce826c color RGB value is (206,130,108).

#ce826c hex color red value is 206, green value is 130 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ce826c hue: 0.04 , saturation: 0.50 and the lightness value of ce826c is 0.62.

The process color (four color CMYK) of #ce826c color hex is 0.00, 0.37, 0.48, 0.19. Web safe color of #ce826c is #cc9966. Color #ce826c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 01101100
Octal 316 202 154
Decimal 206 130 108
Hex CE 82 6C

RGB Percentages of Color #ce826c

%46.40
%29.28
%24.32

CMYK Percentages of Color #ce826c

%0
%37
%48
%19

Triadic Colors of #ce826c

#ce826c #6cce82 #826cce

Analogous Colors of #ce826c

#ce826c #ceb36c #ce6c87

Monochromatic Colors of #ce826c

#ce826c

Complementary Color

#ce826c #6cb8ce

#ce826c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce826c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce826c Color CSS Codes

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

#ce826c Text Font Color

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

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


#ce826c Background Color

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

This div background color is #ce826c


#ce826c Border Color

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

This div border color is #ce826c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce826c


Comments

No comments written yet.

Please login to write comment.