Color Hex Logo

#cc61ff Color Hex

#CC61FF
(204,97,255)
0 Favorites   0 Comments

Color spaces of #cc61ff

RGB 20497255
HSL0.781.000.69
HSV281°62°100°
CMYK 0.200.620.00   0.00
XYZ47.226528.606897.6403
Yxy28.60680.27220.1649
Hunter Lab53.485364.0127-70.7973
CIE-Lab60.433066.5691-61.0837

#cc61ff color RGB value is (204,97,255).

#cc61ff hex color red value is 204, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc61ff hue: 0.78 , saturation: 1.00 and the lightness value of cc61ff is 0.69.

The process color (four color CMYK) of #cc61ff color hex is 0.20, 0.62, 0.00, 0.00. Web safe color of #cc61ff is #cc66ff. Color #cc61ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 11111111
Octal 314 141 377
Decimal 204 97 255
Hex CC 61 FF

RGB Percentages of Color #cc61ff

%36.69
%17.45
%45.86

CMYK Percentages of Color #cc61ff

%20
%62
%0
%0

Triadic Colors of #cc61ff

#cc61ff #ffcc61 #61ffcc

Analogous Colors of #cc61ff

#cc61ff #ff61e3 #7d61ff

Monochromatic Colors of #cc61ff

#cc61ff

Complementary Color

#cc61ff #94ff61

#cc61ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61ff Color CSS Codes

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

#cc61ff Text Font Color

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

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


#cc61ff Background Color

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

This div background color is #cc61ff


#cc61ff Border Color

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

This div border color is #cc61ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61ff


Comments

No comments written yet.

Please login to write comment.