Color Hex Logo

#cc3bcb Color Hex

#CC3BCB
(204,59,203)
0 Favorites   0 Comments

Color spaces of #cc3bcb

RGB 20459203
HSL0.830.590.52
HSV300°71°80°
CMYK 0.000.710.00   0.20
XYZ37.245320.277158.4507
Yxy20.27710.32120.1748
Hunter Lab45.030168.8383-45.4395
CIE-Lab52.149172.1416-45.0465

#cc3bcb color RGB value is (204,59,203).

#cc3bcb hex color red value is 204, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cc3bcb hue: 0.83 , saturation: 0.59 and the lightness value of cc3bcb is 0.52.

The process color (four color CMYK) of #cc3bcb color hex is 0.00, 0.71, 0.00, 0.20. Web safe color of #cc3bcb is #cc33cc. Color #cc3bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111011 11001011
Octal 314 73 313
Decimal 204 59 203
Hex CC 3B CB

RGB Percentages of Color #cc3bcb

%43.78
%12.66
%43.56

CMYK Percentages of Color #cc3bcb

%0
%71
%0
%20

Triadic Colors of #cc3bcb

#cc3bcb #cbcc3b #3bcbcc

Analogous Colors of #cc3bcb

#cc3bcb #cc3b83 #853bcc

Monochromatic Colors of #cc3bcb

#cc3bcb

Complementary Color

#cc3bcb #3bcc3c

#cc3bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3bcb Color CSS Codes

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

#cc3bcb Text Font Color

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

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


#cc3bcb Background Color

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

This div background color is #cc3bcb


#cc3bcb Border Color

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

This div border color is #cc3bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3bcb


Comments

No comments written yet.

Please login to write comment.