Color Hex Logo

#ce848b Color Hex

#CE848B
(206,132,139)
0 Favorites   0 Comments

Color spaces of #ce848b

RGB 206132139
HSL0.980.430.66
HSV354°36°81°
CMYK 0.000.360.33   0.19
XYZ38.365131.488428.4819
Yxy31.48840.39010.3202
Hunter Lab56.114523.83889.1865
CIE-Lab62.917829.35558.1566

#ce848b color RGB value is (206,132,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 10001011
Octal 316 204 213
Decimal 206 132 139
Hex CE 84 8B

RGB Percentages of Color #ce848b

%43.19
%27.67
%29.14

CMYK Percentages of Color #ce848b

%0
%36
%33
%19

Triadic Colors of #ce848b

#ce848b #8bce84 #848bce

Analogous Colors of #ce848b

#ce848b #cea284 #ce84b0

Monochromatic Colors of #ce848b

#ce848b

Complementary Color

#ce848b #84cec7

#ce848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce848b Color CSS Codes

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

#ce848b Text Font Color

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

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


#ce848b Background Color

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

This div background color is #ce848b


#ce848b Border Color

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

This div border color is #ce848b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce848b


Comments

No comments written yet.

Please login to write comment.