Color Hex Logo

#cc2ffa Color Hex

#CC2FFA
(204,47,250)
0 Favorites   0 Comments

Color spaces of #cc2ffa

RGB 20447250
HSL0.800.950.58
HSV286°81°98°
CMYK 0.180.810.00   0.02
XYZ43.173721.772592.3695
Yxy21.77250.27440.1384
Hunter Lab46.661083.5026-84.7070
CIE-Lab53.784883.5565-69.0114

#cc2ffa color RGB value is (204,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101111 11111010
Octal 314 57 372
Decimal 204 47 250
Hex CC 2F FA

RGB Percentages of Color #cc2ffa

%40.72
%9.38
%49.90

CMYK Percentages of Color #cc2ffa

%18
%81
%0
%2

Triadic Colors of #cc2ffa

#cc2ffa #facc2f #2ffacc

Analogous Colors of #cc2ffa

#cc2ffa #fa2fc3 #672ffa

Monochromatic Colors of #cc2ffa

#cc2ffa

Complementary Color

#cc2ffa #5dfa2f

#cc2ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2ffa Color CSS Codes

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

#cc2ffa Text Font Color

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

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


#cc2ffa Background Color

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

This div background color is #cc2ffa


#cc2ffa Border Color

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

This div border color is #cc2ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2ffa


Comments

No comments written yet.

Please login to write comment.