Color Hex Logo

#cc46fa Color Hex

#CC46FA
(204,70,250)
0 Favorites   0 Comments

Color spaces of #cc46fa

RGB 20470250
HSL0.790.950.63
HSV285°72°98°
CMYK 0.180.720.00   0.02
XYZ44.347324.119892.7607
Yxy24.11980.27510.1496
Hunter Lab49.111975.2369-77.6063
CIE-Lab56.207576.5652-65.1012

#cc46fa color RGB value is (204,70,250).

#cc46fa hex color red value is 204, green value is 70 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc46fa hue: 0.79 , saturation: 0.95 and the lightness value of cc46fa is 0.63.

The process color (four color CMYK) of #cc46fa color hex is 0.18, 0.72, 0.00, 0.02. Web safe color of #cc46fa is #cc33ff. Color #cc46fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 11111010
Octal 314 106 372
Decimal 204 70 250
Hex CC 46 FA

RGB Percentages of Color #cc46fa

%38.93
%13.36
%47.71

CMYK Percentages of Color #cc46fa

%18
%72
%0
%2

Triadic Colors of #cc46fa

#cc46fa #facc46 #46facc

Analogous Colors of #cc46fa

#cc46fa #fa46ce #7246fa

Monochromatic Colors of #cc46fa

#cc46fa

Complementary Color

#cc46fa #74fa46

#cc46fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc46fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc46fa Color CSS Codes

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

#cc46fa Text Font Color

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

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


#cc46fa Background Color

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

This div background color is #cc46fa


#cc46fa Border Color

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

This div border color is #cc46fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc46fa

Related Colors


Comments

No comments written yet.

Please login to write comment.