Color Hex Logo

#cb849a Color Hex

#CB849A
(203,132,154)
0 Favorites   0 Comments

Color spaces of #cb849a

RGB 203132154
HSL0.950.410.66
HSV341°35°80°
CMYK 0.000.350.24   0.20
XYZ38.712631.532134.6178
Yxy31.53210.36920.3007
Hunter Lab56.153524.79072.7560
CIE-Lab62.954330.3105-0.3752

#cb849a color RGB value is (203,132,154).

#cb849a hex color red value is 203, green value is 132 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cb849a hue: 0.95 , saturation: 0.41 and the lightness value of cb849a is 0.66.

The process color (four color CMYK) of #cb849a color hex is 0.00, 0.35, 0.24, 0.20. Web safe color of #cb849a is #cc9999. Color #cb849a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 10011010
Octal 313 204 232
Decimal 203 132 154
Hex CB 84 9A

RGB Percentages of Color #cb849a

%41.51
%26.99
%31.49

CMYK Percentages of Color #cb849a

%0
%35
%24
%20

Triadic Colors of #cb849a

#cb849a #9acb84 #849acb

Analogous Colors of #cb849a

#cb849a #cb9284 #cb84be

Monochromatic Colors of #cb849a

#cb849a

Complementary Color

#cb849a #84cbb5

#cb849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb849a Color CSS Codes

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

#cb849a Text Font Color

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

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


#cb849a Background Color

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

This div background color is #cb849a


#cb849a Border Color

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

This div border color is #cb849a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb849a


Comments

No comments written yet.

Please login to write comment.