Color Hex Logo

#cc50fa Color Hex

#CC50FA
(204,80,250)
0 Favorites   0 Comments

Color spaces of #cc50fa

RGB 20480250
HSL0.790.940.65
HSV284°68°98°
CMYK 0.180.680.00   0.02
XYZ45.025825.476892.9869
Yxy25.47680.27540.1558
Hunter Lab50.474570.9004-73.8950
CIE-Lab57.537172.8022-62.9629

#cc50fa color RGB value is (204,80,250).

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

The process color (four color CMYK) of #cc50fa color hex is 0.18, 0.68, 0.00, 0.02. Web safe color of #cc50fa is #cc66ff. Color #cc50fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11111010
Octal 314 120 372
Decimal 204 80 250
Hex CC 50 FA

RGB Percentages of Color #cc50fa

%38.20
%14.98
%46.82

CMYK Percentages of Color #cc50fa

%18
%68
%0
%2

Triadic Colors of #cc50fa

#cc50fa #facc50 #50facc

Analogous Colors of #cc50fa

#cc50fa #fa50d3 #7750fa

Monochromatic Colors of #cc50fa

#cc50fa

Complementary Color

#cc50fa #7efa50

#cc50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50fa Color CSS Codes

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

#cc50fa Text Font Color

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

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


#cc50fa Background Color

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

This div background color is #cc50fa


#cc50fa Border Color

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

This div border color is #cc50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50fa

Related Colors


Comments

No comments written yet.

Please login to write comment.