Color Hex Logo

#6640fb Color Hex

#6640FB
(102,64,251)
0 Favorites   0 Comments

Color spaces of #6640fb

RGB 10264251
HSL0.700.960.62
HSV252°75°98°
CMYK 0.590.750.00   0.02
XYZ24.725513.456692.5610
Yxy13.45660.18910.1029
Hunter Lab36.683256.1182-123.9253
CIE-Lab43.443362.9611-86.9723

#6640fb color RGB value is (102,64,251).

#6640fb hex color red value is 102, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6640fb hue: 0.70 , saturation: 0.96 and the lightness value of 6640fb is 0.62.

The process color (four color CMYK) of #6640fb color hex is 0.59, 0.75, 0.00, 0.02. Web safe color of #6640fb is #6633ff. Color #6640fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000000 11111011
Octal 146 100 373
Decimal 102 64 251
Hex 66 40 FB

RGB Percentages of Color #6640fb

%24.46
%15.35
%60.19

CMYK Percentages of Color #6640fb

%59
%75
%0
%2

Triadic Colors of #6640fb

#6640fb #fb6640 #40fb66

Analogous Colors of #6640fb

#6640fb #c440fb #4078fb

Monochromatic Colors of #6640fb

#6640fb

Complementary Color

#6640fb #d5fb40

#6640fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6640fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6640fb Color CSS Codes

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

#6640fb Text Font Color

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

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


#6640fb Background Color

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

This div background color is #6640fb


#6640fb Border Color

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

This div border color is #6640fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,64,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6640fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6640fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6640fb;
  box-shadow:         1px 1px 3px 2px #6640fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6640fb


Comments

No comments written yet.

Please login to write comment.