Color Hex Logo

#cb847e Color Hex

#CB847E
(203,132,126)
0 Favorites   0 Comments

Color spaces of #cb847e

RGB 203132126
HSL0.010.430.65
HSV38°80°
CMYK 0.000.350.38   0.20
XYZ36.645830.705423.7340
Yxy30.70540.40230.3371
Hunter Lab55.412521.075213.3939
CIE-Lab62.258126.594314.5628

#cb847e color RGB value is (203,132,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 01111110
Octal 313 204 176
Decimal 203 132 126
Hex CB 84 7E

RGB Percentages of Color #cb847e

%44.03
%28.63
%27.33

CMYK Percentages of Color #cb847e

%0
%35
%38
%20

Triadic Colors of #cb847e

#cb847e #7ecb84 #847ecb

Analogous Colors of #cb847e

#cb847e #cbab7e #cb7e9f

Monochromatic Colors of #cb847e

#cb847e

Complementary Color

#cb847e #7ec5cb

#cb847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb847e Color CSS Codes

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

#cb847e Text Font Color

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

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


#cb847e Background Color

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

This div background color is #cb847e


#cb847e Border Color

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

This div border color is #cb847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb847e


Comments

No comments written yet.

Please login to write comment.