Color Hex Logo

#cb688c Color Hex

#CB688C
(203,104,140)
0 Favorites   0 Comments

Color spaces of #cb688c

RGB 203104140
HSL0.940.490.60
HSV338°49°80°
CMYK 0.000.490.31   0.20
XYZ34.312524.490627.7296
Yxy24.49060.39650.2830
Hunter Lab49.488037.15901.4196
CIE-Lab56.575743.1940-1.6419

#cb688c color RGB value is (203,104,140).

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

The process color (four color CMYK) of #cb688c color hex is 0.00, 0.49, 0.31, 0.20. Web safe color of #cb688c is #cc6699. Color #cb688c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 10001100
Octal 313 150 214
Decimal 203 104 140
Hex CB 68 8C

RGB Percentages of Color #cb688c

%45.41
%23.27
%31.32

CMYK Percentages of Color #cb688c

%0
%49
%31
%20

Triadic Colors of #cb688c

#cb688c #8ccb68 #688ccb

Analogous Colors of #cb688c

#cb688c #cb7668 #cb68be

Monochromatic Colors of #cb688c

#cb688c

Complementary Color

#cb688c #68cba7

#cb688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb688c Color CSS Codes

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

#cb688c Text Font Color

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

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


#cb688c Background Color

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

This div background color is #cb688c


#cb688c Border Color

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

This div border color is #cb688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb688c


Comments

No comments written yet.

Please login to write comment.