Color Hex Logo

#cb34ac Color Hex

#CB34AC
(203,52,172)
0 Favorites   0 Comments

Color spaces of #cb34ac

RGB 20352172
HSL0.870.590.50
HSV312°74°80°
CMYK 0.000.740.15   0.20
XYZ33.303018.131140.7741
Yxy18.13110.36120.1966
Hunter Lab42.580665.0916-26.9681
CIE-Lab49.654769.4994-30.9600

#cb34ac color RGB value is (203,52,172).

#cb34ac hex color red value is 203, green value is 52 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb34ac hue: 0.87 , saturation: 0.59 and the lightness value of cb34ac is 0.50.

The process color (four color CMYK) of #cb34ac color hex is 0.00, 0.74, 0.15, 0.20. Web safe color of #cb34ac is #cc3399. Color #cb34ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110100 10101100
Octal 313 64 254
Decimal 203 52 172
Hex CB 34 AC

RGB Percentages of Color #cb34ac

%47.54
%12.18
%40.28

CMYK Percentages of Color #cb34ac

%0
%74
%15
%20

Triadic Colors of #cb34ac

#cb34ac #accb34 #34accb

Analogous Colors of #cb34ac

#cb34ac #cb3461 #9f34cb

Monochromatic Colors of #cb34ac

#cb34ac

Complementary Color

#cb34ac #34cb53

#cb34ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb34ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb34ac Color CSS Codes

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

#cb34ac Text Font Color

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

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


#cb34ac Background Color

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

This div background color is #cb34ac


#cb34ac Border Color

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

This div border color is #cb34ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb34ac


Comments

No comments written yet.

Please login to write comment.