Color Hex Logo

#cb83ac Color Hex

#CB83AC
(203,131,172)
0 Favorites   0 Comments

Color spaces of #cb83ac

RGB 203131172
HSL0.910.410.65
HSV326°35°80°
CMYK 0.000.350.15   0.20
XYZ40.191331.907743.0702
Yxy31.90770.34900.2771
Hunter Lab56.486928.1534-5.6667
CIE-Lab63.266533.6247-10.1481

#cb83ac color RGB value is (203,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 10101100
Octal 313 203 254
Decimal 203 131 172
Hex CB 83 AC

RGB Percentages of Color #cb83ac

%40.12
%25.89
%33.99

CMYK Percentages of Color #cb83ac

%0
%35
%15
%20

Triadic Colors of #cb83ac

#cb83ac #accb83 #83accb

Analogous Colors of #cb83ac

#cb83ac #cb8388 #c683cb

Monochromatic Colors of #cb83ac

#cb83ac

Complementary Color

#cb83ac #83cba2

#cb83ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb83ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb83ac Color CSS Codes

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

#cb83ac Text Font Color

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

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


#cb83ac Background Color

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

This div background color is #cb83ac


#cb83ac Border Color

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

This div border color is #cb83ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb83ac


Comments

No comments written yet.

Please login to write comment.