Color Hex Logo

#cc43fa Color Hex

#CC43FA
(204,67,250)
0 Favorites   0 Comments

Color spaces of #cc43fa

RGB 20467250
HSL0.790.950.62
HSV285°73°98°
CMYK 0.180.730.00   0.02
XYZ44.164323.753892.6997
Yxy23.75380.27500.1479
Hunter Lab48.737976.4583-78.6534
CIE-Lab55.840477.6133-65.6925

#cc43fa color RGB value is (204,67,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 11111010
Octal 314 103 372
Decimal 204 67 250
Hex CC 43 FA

RGB Percentages of Color #cc43fa

%39.16
%12.86
%47.98

CMYK Percentages of Color #cc43fa

%18
%73
%0
%2

Triadic Colors of #cc43fa

#cc43fa #facc43 #43facc

Analogous Colors of #cc43fa

#cc43fa #fa43cd #7143fa

Monochromatic Colors of #cc43fa

#cc43fa

Complementary Color

#cc43fa #71fa43

#cc43fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc43fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc43fa Color CSS Codes

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

#cc43fa Text Font Color

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

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


#cc43fa Background Color

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

This div background color is #cc43fa


#cc43fa Border Color

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

This div border color is #cc43fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc43fa


Comments

No comments written yet.

Please login to write comment.