Color Hex Logo

#cc3bfb Color Hex

#CC3BFB
(204,59,251)
0 Favorites   0 Comments

Color spaces of #cc3bfb

RGB 20459251
HSL0.790.960.61
HSV285°76°98°
CMYK 0.190.760.00   0.02
XYZ43.878422.930393.3801
Yxy22.93030.27390.1431
Hunter Lab47.885679.7629-82.0995
CIE-Lab55.000580.3964-67.6034

#cc3bfb color RGB value is (204,59,251).

#cc3bfb hex color red value is 204, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc3bfb hue: 0.79 , saturation: 0.96 and the lightness value of cc3bfb is 0.61.

The process color (four color CMYK) of #cc3bfb color hex is 0.19, 0.76, 0.00, 0.02. Web safe color of #cc3bfb is #cc33ff. Color #cc3bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111011 11111011
Octal 314 73 373
Decimal 204 59 251
Hex CC 3B FB

RGB Percentages of Color #cc3bfb

%39.69
%11.48
%48.83

CMYK Percentages of Color #cc3bfb

%19
%76
%0
%2

Triadic Colors of #cc3bfb

#cc3bfb #fbcc3b #3bfbcc

Analogous Colors of #cc3bfb

#cc3bfb #fb3bca #6c3bfb

Monochromatic Colors of #cc3bfb

#cc3bfb

Complementary Color

#cc3bfb #6afb3b

#cc3bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3bfb Color CSS Codes

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

#cc3bfb Text Font Color

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

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


#cc3bfb Background Color

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

This div background color is #cc3bfb


#cc3bfb Border Color

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

This div border color is #cc3bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3bfb


Comments

No comments written yet.

Please login to write comment.