Color Hex Logo

#cb968d Color Hex

#CB968D
(203,150,141)
0 Favorites   0 Comments

Color spaces of #cb968d

RGB 203150141
HSL0.020.370.67
HSV31°80°
CMYK 0.000.260.31   0.20
XYZ40.342736.432330.1051
Yxy36.43230.37750.3409
Hunter Lab60.359213.676812.6796
CIE-Lab66.848918.654012.5493

#cb968d color RGB value is (203,150,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 10001101
Octal 313 226 215
Decimal 203 150 141
Hex CB 96 8D

RGB Percentages of Color #cb968d

%41.09
%30.36
%28.54

CMYK Percentages of Color #cb968d

%0
%26
%31
%20

Triadic Colors of #cb968d

#cb968d #8dcb96 #968dcb

Analogous Colors of #cb968d

#cb968d #cbb58d #cb8da3

Monochromatic Colors of #cb968d

#cb968d

Complementary Color

#cb968d #8dc2cb

#cb968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb968d Color CSS Codes

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

#cb968d Text Font Color

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

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


#cb968d Background Color

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

This div background color is #cb968d


#cb968d Border Color

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

This div border color is #cb968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb968d


Comments

No comments written yet.

Please login to write comment.