Color Hex Logo

#cb857d Color Hex

#CB857D
(203,133,125)
0 Favorites   0 Comments

Color spaces of #cb857d

RGB 203133125
HSL0.020.430.64
HSV38°80°
CMYK 0.000.340.38   0.20
XYZ36.717830.952223.4412
Yxy30.95220.40300.3397
Hunter Lab55.634720.445713.9630
CIE-Lab62.467325.931115.4204

#cb857d color RGB value is (203,133,125).

#cb857d hex color red value is 203, green value is 133 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cb857d hue: 0.02 , saturation: 0.43 and the lightness value of cb857d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000101 01111101
Octal 313 205 175
Decimal 203 133 125
Hex CB 85 7D

RGB Percentages of Color #cb857d

%44.03
%28.85
%27.11

CMYK Percentages of Color #cb857d

%0
%34
%38
%20

Triadic Colors of #cb857d

#cb857d #7dcb85 #857dcb

Analogous Colors of #cb857d

#cb857d #cbac7d #cb7d9c

Monochromatic Colors of #cb857d

#cb857d

Complementary Color

#cb857d #7dc3cb

#cb857d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb857d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb857d Color CSS Codes

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

#cb857d Text Font Color

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

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


#cb857d Background Color

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

This div background color is #cb857d


#cb857d Border Color

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

This div border color is #cb857d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb857d


Comments

No comments written yet.

Please login to write comment.