Color Hex Logo

#cc3cce Color Hex

#CC3CCE
(204,60,206)
0 Favorites   0 Comments

Color spaces of #cc3cce

RGB 20460206
HSL0.830.600.52
HSV299°71°81°
CMYK 0.010.710.00   0.19
XYZ37.658320.525360.3695
Yxy20.52530.31760.1731
Hunter Lab45.304969.0893-47.2915
CIE-Lab52.426072.2954-46.3285

#cc3cce color RGB value is (204,60,206).

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

The process color (four color CMYK) of #cc3cce color hex is 0.01, 0.71, 0.00, 0.19. Web safe color of #cc3cce is #cc33cc. Color #cc3cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 11001110
Octal 314 74 316
Decimal 204 60 206
Hex CC 3C CE

RGB Percentages of Color #cc3cce

%43.40
%12.77
%43.83

CMYK Percentages of Color #cc3cce

%1
%71
%0
%19

Triadic Colors of #cc3cce

#cc3cce #cecc3c #3ccecc

Analogous Colors of #cc3cce

#cc3cce #ce3c87 #833cce

Monochromatic Colors of #cc3cce

#cc3cce

Complementary Color

#cc3cce #3ece3c

#cc3cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3cce Color CSS Codes

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

#cc3cce Text Font Color

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

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


#cc3cce Background Color

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

This div background color is #cc3cce


#cc3cce Border Color

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

This div border color is #cc3cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3cce


Comments

No comments written yet.

Please login to write comment.