Color Hex Logo

#cb52ac Color Hex

#CB52AC
(203,82,172)
0 Favorites   0 Comments

Color spaces of #cb52ac

RGB 20382172
HSL0.880.540.56
HSV315°60°80°
CMYK 0.000.600.15   0.20
XYZ35.092321.709741.3705
Yxy21.70970.35750.2211
Hunter Lab46.593752.8994-20.0280
CIE-Lab53.717658.1900-24.6544

#cb52ac color RGB value is (203,82,172).

#cb52ac hex color red value is 203, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb52ac hue: 0.88 , saturation: 0.54 and the lightness value of cb52ac is 0.56.

The process color (four color CMYK) of #cb52ac color hex is 0.00, 0.60, 0.15, 0.20. Web safe color of #cb52ac is #cc6699. Color #cb52ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 10101100
Octal 313 122 254
Decimal 203 82 172
Hex CB 52 AC

RGB Percentages of Color #cb52ac

%44.42
%17.94
%37.64

CMYK Percentages of Color #cb52ac

%0
%60
%15
%20

Triadic Colors of #cb52ac

#cb52ac #accb52 #52accb

Analogous Colors of #cb52ac

#cb52ac #cb5270 #ae52cb

Monochromatic Colors of #cb52ac

#cb52ac

Complementary Color

#cb52ac #52cb71

#cb52ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb52ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb52ac Color CSS Codes

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

#cb52ac Text Font Color

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

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


#cb52ac Background Color

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

This div background color is #cb52ac


#cb52ac Border Color

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

This div border color is #cb52ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb52ac


Comments

No comments written yet.

Please login to write comment.