Color Hex Logo

#cb83aa Color Hex

#CB83AA
(203,131,170)
0 Favorites   0 Comments

Color spaces of #cb83aa

RGB 203131170
HSL0.910.410.65
HSV328°35°80°
CMYK 0.000.350.16   0.20
XYZ40.000631.831442.0660
Yxy31.83140.35120.2795
Hunter Lab56.419327.8205-4.7128
CIE-Lab63.203333.3028-9.1071

#cb83aa color RGB value is (203,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 10101010
Octal 313 203 252
Decimal 203 131 170
Hex CB 83 AA

RGB Percentages of Color #cb83aa

%40.28
%25.99
%33.73

CMYK Percentages of Color #cb83aa

%0
%35
%16
%20

Triadic Colors of #cb83aa

#cb83aa #aacb83 #83aacb

Analogous Colors of #cb83aa

#cb83aa #cb8386 #c883cb

Monochromatic Colors of #cb83aa

#cb83aa

Complementary Color

#cb83aa #83cba4

#cb83aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb83aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb83aa Color CSS Codes

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

#cb83aa Text Font Color

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

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


#cb83aa Background Color

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

This div background color is #cb83aa


#cb83aa Border Color

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

This div border color is #cb83aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb83aa


Comments

No comments written yet.

Please login to write comment.