Color Hex Logo

#ce838c Color Hex

#CE838C
(206,131,140)
0 Favorites   0 Comments

Color spaces of #ce838c

RGB 206131140
HSL0.980.430.66
HSV353°36°81°
CMYK 0.000.360.32   0.19
XYZ38.303531.247928.8236
Yxy31.24790.38940.3176
Hunter Lab55.899824.48658.5582
CIE-Lab62.716330.02587.2998

#ce838c color RGB value is (206,131,140).

#ce838c hex color red value is 206, green value is 131 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ce838c hue: 0.98 , saturation: 0.43 and the lightness value of ce838c is 0.66.

The process color (four color CMYK) of #ce838c color hex is 0.00, 0.36, 0.32, 0.19. Web safe color of #ce838c is #cc9999. Color #ce838c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 10001100
Octal 316 203 214
Decimal 206 131 140
Hex CE 83 8C

RGB Percentages of Color #ce838c

%43.19
%27.46
%29.35

CMYK Percentages of Color #ce838c

%0
%36
%32
%19

Triadic Colors of #ce838c

#ce838c #8cce83 #838cce

Analogous Colors of #ce838c

#ce838c #cea083 #ce83b2

Monochromatic Colors of #ce838c

#ce838c

Complementary Color

#ce838c #83cec5

#ce838c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce838c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce838c Color CSS Codes

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

#ce838c Text Font Color

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

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


#ce838c Background Color

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

This div background color is #ce838c


#ce838c Border Color

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

This div border color is #ce838c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce838c


Comments

No comments written yet.

Please login to write comment.