Color Hex Logo

#cc4ffa Color Hex

#CC4FFA
(204,79,250)
0 Favorites   0 Comments

Color spaces of #cc4ffa

RGB 20479250
HSL0.790.940.65
HSV284°68°98°
CMYK 0.180.680.00   0.02
XYZ44.953125.331592.9626
Yxy25.33150.27540.1552
Hunter Lab50.330471.3508-74.2801
CIE-Lab57.397073.1961-63.1878

#cc4ffa color RGB value is (204,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 11111010
Octal 314 117 372
Decimal 204 79 250
Hex CC 4F FA

RGB Percentages of Color #cc4ffa

%38.27
%14.82
%46.90

CMYK Percentages of Color #cc4ffa

%18
%68
%0
%2

Triadic Colors of #cc4ffa

#cc4ffa #facc4f #4ffacc

Analogous Colors of #cc4ffa

#cc4ffa #fa4fd3 #774ffa

Monochromatic Colors of #cc4ffa

#cc4ffa

Complementary Color

#cc4ffa #7dfa4f

#cc4ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ffa Color CSS Codes

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

#cc4ffa Text Font Color

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

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


#cc4ffa Background Color

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

This div background color is #cc4ffa


#cc4ffa Border Color

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

This div border color is #cc4ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.