Color Hex Logo

#cc3fce Color Hex

#CC3FCE
(204,63,206)
0 Favorites   0 Comments

Color spaces of #cc3fce

RGB 20463206
HSL0.830.590.53
HSV299°69°81°
CMYK 0.010.690.00   0.19
XYZ37.819920.848660.4234
Yxy20.84860.31760.1751
Hunter Lab45.660367.9441-46.4978
CIE-Lab52.783471.2794-45.7612

#cc3fce color RGB value is (204,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111111 11001110
Octal 314 77 316
Decimal 204 63 206
Hex CC 3F CE

RGB Percentages of Color #cc3fce

%43.13
%13.32
%43.55

CMYK Percentages of Color #cc3fce

%1
%69
%0
%19

Triadic Colors of #cc3fce

#cc3fce #cecc3f #3fcecc

Analogous Colors of #cc3fce

#cc3fce #ce3f89 #853fce

Monochromatic Colors of #cc3fce

#cc3fce

Complementary Color

#cc3fce #41ce3f

#cc3fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3fce Color CSS Codes

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

#cc3fce Text Font Color

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

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


#cc3fce Background Color

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

This div background color is #cc3fce


#cc3fce Border Color

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

This div border color is #cc3fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3fce


Comments

No comments written yet.

Please login to write comment.