Color Hex Logo

#cb828d Color Hex

#CB828D
(203,130,141)
0 Favorites   0 Comments

Color spaces of #cb828d

RGB 203130141
HSL0.970.410.65
HSV351°36°80°
CMYK 0.000.360.31   0.20
XYZ37.419030.584929.1306
Yxy30.58490.38520.3149
Hunter Lab55.303623.99367.4821
CIE-Lab62.155629.57775.8788

#cb828d color RGB value is (203,130,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 10001101
Octal 313 202 215
Decimal 203 130 141
Hex CB 82 8D

RGB Percentages of Color #cb828d

%42.83
%27.43
%29.75

CMYK Percentages of Color #cb828d

%0
%36
%31
%20

Triadic Colors of #cb828d

#cb828d #8dcb82 #828dcb

Analogous Colors of #cb828d

#cb828d #cb9c82 #cb82b2

Monochromatic Colors of #cb828d

#cb828d

Complementary Color

#cb828d #82cbc0

#cb828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb828d Color CSS Codes

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

#cb828d Text Font Color

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

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


#cb828d Background Color

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

This div background color is #cb828d


#cb828d Border Color

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

This div border color is #cb828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb828d

#cb828d Color Palettes


Comments

No comments written yet.

Please login to write comment.