Color Hex Logo

#cb6baf Color Hex

#CB6BAF
(203,107,175)
0 Favorites   0 Comments

Color spaces of #cb6baf

RGB 203107175
HSL0.880.480.61
HSV318°47°80°
CMYK 0.000.470.14   0.20
XYZ37.624226.307043.6522
Yxy26.30700.34970.2445
Hunter Lab51.290341.1811-14.5573
CIE-Lab58.327346.7478-19.3223

#cb6baf color RGB value is (203,107,175).

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

The process color (four color CMYK) of #cb6baf color hex is 0.00, 0.47, 0.14, 0.20. Web safe color of #cb6baf is #cc6699. Color #cb6baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101011 10101111
Octal 313 153 257
Decimal 203 107 175
Hex CB 6B AF

RGB Percentages of Color #cb6baf

%41.86
%22.06
%36.08

CMYK Percentages of Color #cb6baf

%0
%47
%14
%20

Triadic Colors of #cb6baf

#cb6baf #afcb6b #6bafcb

Analogous Colors of #cb6baf

#cb6baf #cb6b7f #b76bcb

Monochromatic Colors of #cb6baf

#cb6baf

Complementary Color

#cb6baf #6bcb87

#cb6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6baf Color CSS Codes

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

#cb6baf Text Font Color

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

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


#cb6baf Background Color

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

This div background color is #cb6baf


#cb6baf Border Color

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

This div border color is #cb6baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6baf


Comments

No comments written yet.

Please login to write comment.