Color Hex Logo

#cbabbe Color Hex

#CBABBE
(203,171,190)
0 Favorites   0 Comments

Color spaces of #cbabbe

RGB 203171190
HSL0.900.240.73
HSV324°16°80°
CMYK 0.000.160.06   0.20
XYZ48.485845.540054.9498
Yxy45.54000.32550.3057
Hunter Lab67.483310.1538-1.0399
CIE-Lab73.246014.8297-5.3601

#cbabbe color RGB value is (203,171,190).

#cbabbe hex color red value is 203, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cbabbe hue: 0.90 , saturation: 0.24 and the lightness value of cbabbe is 0.73.

The process color (four color CMYK) of #cbabbe color hex is 0.00, 0.16, 0.06, 0.20. Web safe color of #cbabbe is #cc99cc. Color #cbabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101011 10111110
Octal 313 253 276
Decimal 203 171 190
Hex CB AB BE

RGB Percentages of Color #cbabbe

%35.99
%30.32
%33.69

CMYK Percentages of Color #cbabbe

%0
%16
%6
%20

Triadic Colors of #cbabbe

#cbabbe #becbab #abbecb

Analogous Colors of #cbabbe

#cbabbe #cbabae #c8abcb

Monochromatic Colors of #cbabbe

#cbabbe

Complementary Color

#cbabbe #abcbb8

#cbabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbabbe Color CSS Codes

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

#cbabbe Text Font Color

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

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


#cbabbe Background Color

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

This div background color is #cbabbe


#cbabbe Border Color

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

This div border color is #cbabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbabbe


Comments

No comments written yet.

Please login to write comment.