Color Hex Logo

#cb987e Color Hex

#CB987E
(203,152,126)
0 Favorites   0 Comments

Color spaces of #cb987e

RGB 203152126
HSL0.060.430.65
HSV20°38°80°
CMYK 0.000.250.38   0.20
XYZ39.622736.659324.7263
Yxy36.65930.39230.3629
Hunter Lab60.546910.855618.1699
CIE-Lab67.020615.665021.1194

#cb987e color RGB value is (203,152,126).

#cb987e hex color red value is 203, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cb987e hue: 0.06 , saturation: 0.43 and the lightness value of cb987e is 0.65.

The process color (four color CMYK) of #cb987e color hex is 0.00, 0.25, 0.38, 0.20. Web safe color of #cb987e is #cc9966. Color #cb987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 01111110
Octal 313 230 176
Decimal 203 152 126
Hex CB 98 7E

RGB Percentages of Color #cb987e

%42.20
%31.60
%26.20

CMYK Percentages of Color #cb987e

%0
%25
%38
%20

Triadic Colors of #cb987e

#cb987e #7ecb98 #987ecb

Analogous Colors of #cb987e

#cb987e #cbbf7e #cb7e8b

Monochromatic Colors of #cb987e

#cb987e

Complementary Color

#cb987e #7eb1cb

#cb987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb987e Color CSS Codes

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

#cb987e Text Font Color

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

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


#cb987e Background Color

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

This div background color is #cb987e


#cb987e Border Color

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

This div border color is #cb987e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,152,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb987e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb987e;
  -webkit-box-shadow: 1px 1px 3px 2px #cb987e;
  box-shadow:         1px 1px 3px 2px #cb987e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,152,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb987e


Comments

No comments written yet.

Please login to write comment.