Color Hex Logo

#ce838f Color Hex

#CE838F
(206,131,143)
0 Favorites   0 Comments

Color spaces of #ce838f

RGB 206131143
HSL0.970.430.66
HSV350°36°81°
CMYK 0.000.360.31   0.19
XYZ38.527831.337630.0047
Yxy31.33760.38580.3138
Hunter Lab55.980024.88637.4072
CIE-Lab62.791630.42105.6989

#ce838f color RGB value is (206,131,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 10001111
Octal 316 203 217
Decimal 206 131 143
Hex CE 83 8F

RGB Percentages of Color #ce838f

%42.92
%27.29
%29.79

CMYK Percentages of Color #ce838f

%0
%36
%31
%19

Triadic Colors of #ce838f

#ce838f #8fce83 #838fce

Analogous Colors of #ce838f

#ce838f #ce9d83 #ce83b5

Monochromatic Colors of #ce838f

#ce838f

Complementary Color

#ce838f #83cec2

#ce838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce838f Color CSS Codes

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

#ce838f Text Font Color

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

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


#ce838f Background Color

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

This div background color is #ce838f


#ce838f Border Color

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

This div border color is #ce838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce838f


Comments

No comments written yet.

Please login to write comment.