Color Hex Logo

#cc72ff Color Hex

#CC72FF
(204,114,255)
0 Favorites   0 Comments

Color spaces of #cc72ff

RGB 204114255
HSL0.771.000.72
HSV278°55°100°
CMYK 0.200.550.00   0.00
XYZ48.969232.092098.2212
Yxy32.09200.27310.1790
Hunter Lab56.649855.1618-63.1440
CIE-Lab63.418858.5117-56.3175

#cc72ff color RGB value is (204,114,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 11111111
Octal 314 162 377
Decimal 204 114 255
Hex CC 72 FF

RGB Percentages of Color #cc72ff

%35.60
%19.90
%44.50

CMYK Percentages of Color #cc72ff

%20
%55
%0
%0

Triadic Colors of #cc72ff

#cc72ff #ffcc72 #72ffcc

Analogous Colors of #cc72ff

#cc72ff #ff72ec #8672ff

Monochromatic Colors of #cc72ff

#cc72ff

Complementary Color

#cc72ff #a5ff72

#cc72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc72ff Color CSS Codes

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

#cc72ff Text Font Color

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

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


#cc72ff Background Color

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

This div background color is #cc72ff


#cc72ff Border Color

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

This div border color is #cc72ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc72ff

#cc72ff Color Palettes


Comments

No comments written yet.

Please login to write comment.