Color Hex Logo

#cb687c Color Hex

#CB687C
(203,104,124)
0 Favorites   0 Comments

Color spaces of #cb687c

RGB 203104124
HSL0.970.490.60
HSV348°49°80°
CMYK 0.000.490.39   0.20
XYZ33.217024.052421.9606
Yxy24.05240.41920.3036
Hunter Lab49.043235.07247.7814
CIE-Lab56.140241.24107.0905

#cb687c color RGB value is (203,104,124).

#cb687c hex color red value is 203, green value is 104 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cb687c hue: 0.97 , saturation: 0.49 and the lightness value of cb687c is 0.60.

The process color (four color CMYK) of #cb687c color hex is 0.00, 0.49, 0.39, 0.20. Web safe color of #cb687c is #cc6666. Color #cb687c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 01111100
Octal 313 150 174
Decimal 203 104 124
Hex CB 68 7C

RGB Percentages of Color #cb687c

%47.10
%24.13
%28.77

CMYK Percentages of Color #cb687c

%0
%49
%39
%20

Triadic Colors of #cb687c

#cb687c #7ccb68 #687ccb

Analogous Colors of #cb687c

#cb687c #cb8668 #cb68ae

Monochromatic Colors of #cb687c

#cb687c

Complementary Color

#cb687c #68cbb7

#cb687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb687c Color CSS Codes

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

#cb687c Text Font Color

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

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


#cb687c Background Color

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

This div background color is #cb687c


#cb687c Border Color

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

This div border color is #cb687c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb687c


Comments

No comments written yet.

Please login to write comment.