Color Hex Logo

#6626cc Color Hex

#6626CC
(102,38,204)
0 Favorites   0 Comments

Color spaces of #6626cc

RGB 10238204
HSL0.730.690.47
HSV263°81°80°
CMYK 0.500.810.00   0.20
XYZ17.07178.570657.8813
Yxy8.57060.20440.1026
Hunter Lab29.275652.8578-96.7304
CIE-Lab35.144061.6600-73.8359

#6626cc color RGB value is (102,38,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100110 11001100
Octal 146 46 314
Decimal 102 38 204
Hex 66 26 CC

RGB Percentages of Color #6626cc

%29.65
%11.05
%59.30

CMYK Percentages of Color #6626cc

%50
%81
%0
%20

Triadic Colors of #6626cc

#6626cc #cc6626 #26cc66

Analogous Colors of #6626cc

#6626cc #b926cc #2639cc

Monochromatic Colors of #6626cc

#6626cc

Complementary Color

#6626cc #8ccc26

#6626cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6626cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6626cc Color CSS Codes

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

#6626cc Text Font Color

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

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


#6626cc Background Color

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

This div background color is #6626cc


#6626cc Border Color

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

This div border color is #6626cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,38,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 #6626cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6626cc


Comments

No comments written yet.

Please login to write comment.