Color Hex Logo

#cb706c Color Hex

#CB706C
(203,112,108)
0 Favorites   0 Comments

Color spaces of #cb706c

RGB 203112108
HSL0.010.480.61
HSV47°80°
CMYK 0.000.450.47   0.20
XYZ33.129525.367617.3377
Yxy25.36760.43690.3345
Hunter Lab50.366329.271314.8468
CIE-Lab57.431835.364218.2038

#cb706c color RGB value is (203,112,108).

#cb706c hex color red value is 203, green value is 112 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cb706c hue: 0.01 , saturation: 0.48 and the lightness value of cb706c is 0.61.

The process color (four color CMYK) of #cb706c color hex is 0.00, 0.45, 0.47, 0.20. Web safe color of #cb706c is #cc6666. Color #cb706c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110000 01101100
Octal 313 160 154
Decimal 203 112 108
Hex CB 70 6C

RGB Percentages of Color #cb706c

%47.99
%26.48
%25.53

CMYK Percentages of Color #cb706c

%0
%45
%47
%20

Triadic Colors of #cb706c

#cb706c #6ccb70 #706ccb

Analogous Colors of #cb706c

#cb706c #cba06c #cb6c98

Monochromatic Colors of #cb706c

#cb706c

Complementary Color

#cb706c #6cc7cb

#cb706c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb706c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb706c Color CSS Codes

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

#cb706c Text Font Color

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

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


#cb706c Background Color

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

This div background color is #cb706c


#cb706c Border Color

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

This div border color is #cb706c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb706c


Comments

No comments written yet.

Please login to write comment.