Color Hex Logo

#cb84aa Color Hex

#CB84AA
(203,132,170)
0 Favorites   0 Comments

Color spaces of #cb84aa

RGB 203132170
HSL0.910.410.66
HSV328°35°80°
CMYK 0.000.350.16   0.20
XYZ40.135632.101342.1110
Yxy32.10130.35100.2807
Hunter Lab56.658027.2949-4.4066
CIE-Lab63.426532.7616-8.7741

#cb84aa color RGB value is (203,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 10101010
Octal 313 204 252
Decimal 203 132 170
Hex CB 84 AA

RGB Percentages of Color #cb84aa

%40.20
%26.14
%33.66

CMYK Percentages of Color #cb84aa

%0
%35
%16
%20

Triadic Colors of #cb84aa

#cb84aa #aacb84 #84aacb

Analogous Colors of #cb84aa

#cb84aa #cb8487 #c984cb

Monochromatic Colors of #cb84aa

#cb84aa

Complementary Color

#cb84aa #84cba5

#cb84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb84aa Color CSS Codes

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

#cb84aa Text Font Color

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

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


#cb84aa Background Color

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

This div background color is #cb84aa


#cb84aa Border Color

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

This div border color is #cb84aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,132,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 #cb84aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb84aa


Comments

No comments written yet.

Please login to write comment.