Color Hex Logo

#6628cc Color Hex

#6628CC
(102,40,204)
0 Favorites   0 Comments

Color spaces of #6628cc

RGB 10240204
HSL0.730.670.48
HSV263°80°80°
CMYK 0.500.800.00   0.20
XYZ17.13748.702057.9032
Yxy8.70200.20460.1039
Hunter Lab29.499252.0753-95.7296
CIE-Lab35.404160.9005-73.4080

#6628cc color RGB value is (102,40,204).

#6628cc hex color red value is 102, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6628cc hue: 0.73 , saturation: 0.67 and the lightness value of 6628cc is 0.48.

The process color (four color CMYK) of #6628cc color hex is 0.50, 0.80, 0.00, 0.20. Web safe color of #6628cc is #6633cc. Color #6628cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101000 11001100
Octal 146 50 314
Decimal 102 40 204
Hex 66 28 CC

RGB Percentages of Color #6628cc

%29.48
%11.56
%58.96

CMYK Percentages of Color #6628cc

%50
%80
%0
%20

Triadic Colors of #6628cc

#6628cc #cc6628 #28cc66

Analogous Colors of #6628cc

#6628cc #b828cc #283ccc

Monochromatic Colors of #6628cc

#6628cc

Complementary Color

#6628cc #8ecc28

#6628cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6628cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6628cc Color CSS Codes

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

#6628cc Text Font Color

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

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


#6628cc Background Color

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

This div background color is #6628cc


#6628cc Border Color

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

This div border color is #6628cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,40,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6628cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6628cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6628cc;
  box-shadow:         1px 1px 3px 2px #6628cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6628cc


Comments

No comments written yet.

Please login to write comment.