Color Hex Logo

#cc73ff Color Hex

#CC73FF
(204,115,255)
0 Favorites   0 Comments

Color spaces of #cc73ff

RGB 204115255
HSL0.771.000.73
HSV278°55°100°
CMYK 0.200.550.00   0.00
XYZ49.082632.318898.2590
Yxy32.31880.27320.1799
Hunter Lab56.849654.6258-62.6822
CIE-Lab63.605558.0163-56.0205

#cc73ff color RGB value is (204,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 11111111
Octal 314 163 377
Decimal 204 115 255
Hex CC 73 FF

RGB Percentages of Color #cc73ff

%35.54
%20.03
%44.43

CMYK Percentages of Color #cc73ff

%20
%55
%0
%0

Triadic Colors of #cc73ff

#cc73ff #ffcc73 #73ffcc

Analogous Colors of #cc73ff

#cc73ff #ff73ec #8673ff

Monochromatic Colors of #cc73ff

#cc73ff

Complementary Color

#cc73ff #a6ff73

#cc73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73ff Color CSS Codes

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

#cc73ff Text Font Color

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

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


#cc73ff Background Color

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

This div background color is #cc73ff


#cc73ff Border Color

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

This div border color is #cc73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73ff

Related Colors


Comments

No comments written yet.

Please login to write comment.