Color Hex Logo

#cb958d Color Hex

#CB958D
(203,149,141)
0 Favorites   0 Comments

Color spaces of #cb958d

RGB 203149141
HSL0.020.370.67
HSV31°80°
CMYK 0.000.270.31   0.20
XYZ40.183836.114530.0522
Yxy36.11450.37780.3396
Hunter Lab60.095314.190312.4173
CIE-Lab66.607319.201412.2091

#cb958d color RGB value is (203,149,141).

#cb958d hex color red value is 203, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb958d hue: 0.02 , saturation: 0.37 and the lightness value of cb958d is 0.67.

The process color (four color CMYK) of #cb958d color hex is 0.00, 0.27, 0.31, 0.20. Web safe color of #cb958d is #cc9999. Color #cb958d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 10001101
Octal 313 225 215
Decimal 203 149 141
Hex CB 95 8D

RGB Percentages of Color #cb958d

%41.18
%30.22
%28.60

CMYK Percentages of Color #cb958d

%0
%27
%31
%20

Triadic Colors of #cb958d

#cb958d #8dcb95 #958dcb

Analogous Colors of #cb958d

#cb958d #cbb48d #cb8da4

Monochromatic Colors of #cb958d

#cb958d

Complementary Color

#cb958d #8dc3cb

#cb958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb958d Color CSS Codes

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

#cb958d Text Font Color

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

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


#cb958d Background Color

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

This div background color is #cb958d


#cb958d Border Color

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

This div border color is #cb958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb958d


Comments

No comments written yet.

Please login to write comment.