Color Hex Logo

#cc44ff Color Hex

#CC44FF
(204,68,255)
0 Favorites   0 Comments

Color spaces of #cc44ff

RGB 20468255
HSL0.791.000.63
HSV284°73°100°
CMYK 0.200.730.00   0.00
XYZ45.019024.191696.9044
Yxy24.19160.27100.1456
Hunter Lab49.185077.3074-82.3839
CIE-Lab56.279178.2048-67.7599

#cc44ff color RGB value is (204,68,255). This hex color code is also a web safe color which is equal to #C4F.

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

The process color (four color CMYK) of #cc44ff color hex is 0.20, 0.73, 0.00, 0.00. Web safe color of #cc44ff is #cc33ff. Color #cc44ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 11111111
Octal 314 104 377
Decimal 204 68 255
Hex CC 44 FF

RGB Percentages of Color #cc44ff

%38.71
%12.90
%48.39

CMYK Percentages of Color #cc44ff

%20
%73
%0
%0

Triadic Colors of #cc44ff

#cc44ff #ffcc44 #44ffcc

Analogous Colors of #cc44ff

#cc44ff #ff44d5 #6f44ff

Monochromatic Colors of #cc44ff

#cc44ff

Complementary Color

#cc44ff #77ff44

#cc44ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc44ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc44ff Color CSS Codes

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

#cc44ff Text Font Color

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

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


#cc44ff Background Color

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

This div background color is #cc44ff


#cc44ff Border Color

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

This div border color is #cc44ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc44ff

Related Colors


Comments

No comments written yet.

Please login to write comment.