Color Hex Logo

#cb697c Color Hex

#CB697C
(203,105,124)
0 Favorites   0 Comments

Color spaces of #cb697c

RGB 203105124
HSL0.970.490.60
HSV348°48°80°
CMYK 0.000.480.39   0.20
XYZ33.318324.254921.9944
Yxy24.25490.41870.3048
Hunter Lab49.249334.57337.9960
CIE-Lab56.342140.72857.3784

#cb697c color RGB value is (203,105,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 01111100
Octal 313 151 174
Decimal 203 105 124
Hex CB 69 7C

RGB Percentages of Color #cb697c

%46.99
%24.31
%28.70

CMYK Percentages of Color #cb697c

%0
%48
%39
%20

Triadic Colors of #cb697c

#cb697c #7ccb69 #697ccb

Analogous Colors of #cb697c

#cb697c #cb8769 #cb69ad

Monochromatic Colors of #cb697c

#cb697c

Complementary Color

#cb697c #69cbb8

#cb697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb697c Color CSS Codes

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

#cb697c Text Font Color

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

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


#cb697c Background Color

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

This div background color is #cb697c


#cb697c Border Color

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

This div border color is #cb697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb697c


Comments

No comments written yet.

Please login to write comment.