Color Hex Logo

#cb94aa Color Hex

#CB94AA
(203,148,170)
0 Favorites   0 Comments

Color spaces of #cb94aa

RGB 203148170
HSL0.930.350.69
HSV336°27°80°
CMYK 0.000.270.16   0.20
XYZ42.474236.778642.8906
Yxy36.77860.34770.3011
Hunter Lab60.645418.88670.5197
CIE-Lab67.110624.0306-3.3160

#cb94aa color RGB value is (203,148,170).

#cb94aa hex color red value is 203, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb94aa hue: 0.93 , saturation: 0.35 and the lightness value of cb94aa is 0.69.

The process color (four color CMYK) of #cb94aa color hex is 0.00, 0.27, 0.16, 0.20. Web safe color of #cb94aa is #cc9999. Color #cb94aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010100 10101010
Octal 313 224 252
Decimal 203 148 170
Hex CB 94 AA

RGB Percentages of Color #cb94aa

%38.96
%28.41
%32.63

CMYK Percentages of Color #cb94aa

%0
%27
%16
%20

Triadic Colors of #cb94aa

#cb94aa #aacb94 #94aacb

Analogous Colors of #cb94aa

#cb94aa #cb9a94 #cb94c6

Monochromatic Colors of #cb94aa

#cb94aa

Complementary Color

#cb94aa #94cbb5

#cb94aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb94aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb94aa Color CSS Codes

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

#cb94aa Text Font Color

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

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


#cb94aa Background Color

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

This div background color is #cb94aa


#cb94aa Border Color

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

This div border color is #cb94aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb94aa


Comments

No comments written yet.

Please login to write comment.