Color Hex Logo

#cc26ab Color Hex

#CC26AB
(204,38,171)
0 Favorites   0 Comments

Color spaces of #cc26ab

RGB 20438171
HSL0.870.690.47
HSV312°81°80°
CMYK 0.000.810.16   0.20
XYZ32.945617.163940.1046
Yxy17.16390.36520.1903
Hunter Lab41.429369.4461-28.3936
CIE-Lab48.465973.3582-32.2163

#cc26ab color RGB value is (204,38,171).

#cc26ab hex color red value is 204, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc26ab hue: 0.87 , saturation: 0.69 and the lightness value of cc26ab is 0.47.

The process color (four color CMYK) of #cc26ab color hex is 0.00, 0.81, 0.16, 0.20. Web safe color of #cc26ab is #cc3399. Color #cc26ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 10101011
Octal 314 46 253
Decimal 204 38 171
Hex CC 26 AB

RGB Percentages of Color #cc26ab

%49.39
%9.20
%41.40

CMYK Percentages of Color #cc26ab

%0
%81
%16
%20

Triadic Colors of #cc26ab

#cc26ab #abcc26 #26abcc

Analogous Colors of #cc26ab

#cc26ab #cc2658 #9a26cc

Monochromatic Colors of #cc26ab

#cc26ab

Complementary Color

#cc26ab #26cc47

#cc26ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc26ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc26ab Color CSS Codes

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

#cc26ab Text Font Color

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

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


#cc26ab Background Color

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

This div background color is #cc26ab


#cc26ab Border Color

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

This div border color is #cc26ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,38,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc26ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc26ab;
  -webkit-box-shadow: 1px 1px 3px 2px #cc26ab;
  box-shadow:         1px 1px 3px 2px #cc26ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,38,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc26ab


Comments

No comments written yet.

Please login to write comment.