Color Hex Logo

#cb829e Color Hex

#CB829E
(203,130,158)
0 Favorites   0 Comments

Color spaces of #cb829e

RGB 203130158
HSL0.940.410.65
HSV337°36°80°
CMYK 0.000.360.22   0.20
XYZ38.782831.130436.3124
Yxy31.13040.36510.2931
Hunter Lab55.794626.43460.4690
CIE-Lab62.617631.9857-3.1477

#cb829e color RGB value is (203,130,158).

#cb829e hex color red value is 203, green value is 130 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb829e hue: 0.94 , saturation: 0.41 and the lightness value of cb829e is 0.65.

The process color (four color CMYK) of #cb829e color hex is 0.00, 0.36, 0.22, 0.20. Web safe color of #cb829e is #cc9999. Color #cb829e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 10011110
Octal 313 202 236
Decimal 203 130 158
Hex CB 82 9E

RGB Percentages of Color #cb829e

%41.34
%26.48
%32.18

CMYK Percentages of Color #cb829e

%0
%36
%22
%20

Triadic Colors of #cb829e

#cb829e #9ecb82 #829ecb

Analogous Colors of #cb829e

#cb829e #cb8b82 #cb82c3

Monochromatic Colors of #cb829e

#cb829e

Complementary Color

#cb829e #82cbaf

#cb829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb829e Color CSS Codes

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

#cb829e Text Font Color

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

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


#cb829e Background Color

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

This div background color is #cb829e


#cb829e Border Color

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

This div border color is #cb829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb829e


Comments

No comments written yet.

Please login to write comment.