Color Hex Logo

#cc30ff Color Hex

#CC30FF
(204,48,255)
0 Favorites   0 Comments

Color spaces of #cc30ff

RGB 20448255
HSL0.791.000.59
HSV285°81°100°
CMYK 0.200.810.00   0.00
XYZ44.008822.171396.5677
Yxy22.17130.27040.1362
Hunter Lab47.086484.4319-88.6351
CIE-Lab54.208384.1934-71.1072

#cc30ff color RGB value is (204,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 11111111
Octal 314 60 377
Decimal 204 48 255
Hex CC 30 FF

RGB Percentages of Color #cc30ff

%40.24
%9.47
%50.30

CMYK Percentages of Color #cc30ff

%20
%81
%0
%0

Triadic Colors of #cc30ff

#cc30ff #ffcc30 #30ffcc

Analogous Colors of #cc30ff

#cc30ff #ff30cb #6530ff

Monochromatic Colors of #cc30ff

#cc30ff

Complementary Color

#cc30ff #63ff30

#cc30ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc30ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc30ff Color CSS Codes

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

#cc30ff Text Font Color

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

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


#cc30ff Background Color

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

This div background color is #cc30ff


#cc30ff Border Color

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

This div border color is #cc30ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc30ff


Comments

No comments written yet.

Please login to write comment.