Color Hex Logo

#cb35ac Color Hex

#CB35AC
(203,53,172)
0 Favorites   0 Comments

Color spaces of #cb35ac

RGB 20353172
HSL0.870.590.50
HSV312°74°80°
CMYK 0.000.740.15   0.20
XYZ33.348118.221340.7891
Yxy18.22130.36110.1973
Hunter Lab42.686464.7491-26.7742
CIE-Lab49.763469.1899-30.7902

#cb35ac color RGB value is (203,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 10101100
Octal 313 65 254
Decimal 203 53 172
Hex CB 35 AC

RGB Percentages of Color #cb35ac

%47.43
%12.38
%40.19

CMYK Percentages of Color #cb35ac

%0
%74
%15
%20

Triadic Colors of #cb35ac

#cb35ac #accb35 #35accb

Analogous Colors of #cb35ac

#cb35ac #cb3561 #9f35cb

Monochromatic Colors of #cb35ac

#cb35ac

Complementary Color

#cb35ac #35cb54

#cb35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb35ac Color CSS Codes

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

#cb35ac Text Font Color

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

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


#cb35ac Background Color

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

This div background color is #cb35ac


#cb35ac Border Color

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

This div border color is #cb35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb35ac


Comments

No comments written yet.

Please login to write comment.