Color Hex Logo

#cb697e Color Hex

#CB697E
(203,105,126)
0 Favorites   0 Comments

Color spaces of #cb697e

RGB 203105126
HSL0.960.490.60
HSV347°48°80°
CMYK 0.000.480.38   0.20
XYZ33.446124.306022.6674
Yxy24.30600.41590.3022
Hunter Lab49.301134.81837.2507
CIE-Lab56.392940.95986.2810

#cb697e color RGB value is (203,105,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 01111110
Octal 313 151 176
Decimal 203 105 126
Hex CB 69 7E

RGB Percentages of Color #cb697e

%46.77
%24.19
%29.03

CMYK Percentages of Color #cb697e

%0
%48
%38
%20

Triadic Colors of #cb697e

#cb697e #7ecb69 #697ecb

Analogous Colors of #cb697e

#cb697e #cb8569 #cb69af

Monochromatic Colors of #cb697e

#cb697e

Complementary Color

#cb697e #69cbb6

#cb697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb697e Color CSS Codes

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

#cb697e Text Font Color

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

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


#cb697e Background Color

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

This div background color is #cb697e


#cb697e Border Color

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

This div border color is #cb697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb697e


Comments

No comments written yet.

Please login to write comment.