Color Hex Logo

#6402b0 Color Hex

#6402B0
(100,2,176)
0 Favorites   0 Comments

Color spaces of #6402b0

RGB 1002176
HSL0.760.980.35
HSV274°99°69°
CMYK 0.430.990.00   0.31
XYZ13.11375.887341.5195
Yxy5.88730.21670.0973
Hunter Lab24.263854.0113-84.4708
CIE-Lab29.126363.8541-67.2269

#6402b0 color RGB value is (100,2,176).

#6402b0 hex color red value is 100, green value is 2 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #6402b0 hue: 0.76 , saturation: 0.98 and the lightness value of 6402b0 is 0.35.

The process color (four color CMYK) of #6402b0 color hex is 0.43, 0.99, 0.00, 0.31. Web safe color of #6402b0 is #660099. Color #6402b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000010 10110000
Octal 144 2 260
Decimal 100 2 176
Hex 64 2 B0

RGB Percentages of Color #6402b0

%35.97
%0.72
%63.31

CMYK Percentages of Color #6402b0

%43
%99
%0
%31

Triadic Colors of #6402b0

#6402b0 #b06402 #02b064

Analogous Colors of #6402b0

#6402b0 #b002a5 #0d02b0

Monochromatic Colors of #6402b0

#6402b0

Complementary Color

#6402b0 #4eb002

#6402b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6402b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6402b0 Color CSS Codes

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

#6402b0 Text Font Color

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

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


#6402b0 Background Color

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

This div background color is #6402b0


#6402b0 Border Color

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

This div border color is #6402b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,2,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6402b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6402b0;
  -webkit-box-shadow: 1px 1px 3px 2px #6402b0;
  box-shadow:         1px 1px 3px 2px #6402b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6402b0


Comments

No comments written yet.

Please login to write comment.