Color Hex Logo

#ce938b Color Hex

#CE938B
(206,147,139)
0 Favorites   0 Comments

Color spaces of #ce938b

RGB 206147139
HSL0.020.410.68
HSV33°81°
CMYK 0.000.290.33   0.19
XYZ40.547535.853329.2094
Yxy35.85330.38390.3395
Hunter Lab59.877616.089512.9916
CIE-Lab66.407721.190713.0938

#ce938b color RGB value is (206,147,139).

#ce938b hex color red value is 206, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ce938b hue: 0.02 , saturation: 0.41 and the lightness value of ce938b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 10001011
Octal 316 223 213
Decimal 206 147 139
Hex CE 93 8B

RGB Percentages of Color #ce938b

%41.87
%29.88
%28.25

CMYK Percentages of Color #ce938b

%0
%29
%33
%19

Triadic Colors of #ce938b

#ce938b #8bce93 #938bce

Analogous Colors of #ce938b

#ce938b #ceb58b #ce8ba5

Monochromatic Colors of #ce938b

#ce938b

Complementary Color

#ce938b #8bc6ce

#ce938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce938b Color CSS Codes

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

#ce938b Text Font Color

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

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


#ce938b Background Color

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

This div background color is #ce938b


#ce938b Border Color

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

This div border color is #ce938b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,147,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 #ce938b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce938b


Comments

No comments written yet.

Please login to write comment.