Color Hex Logo

#667dfa Color Hex

#667DFA
(102,125,250)
0 Favorites   0 Comments

Color spaces of #667dfa

RGB 102125250
HSL0.640.940.69
HSV231°59°98°
CMYK 0.590.500.00   0.02
XYZ30.068424.394193.5662
Yxy24.39410.20310.1648
Hunter Lab49.390422.2359-77.7470
CIE-Lab56.480228.2762-65.1782

#667dfa color RGB value is (102,125,250).

#667dfa hex color red value is 102, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #667dfa hue: 0.64 , saturation: 0.94 and the lightness value of 667dfa is 0.69.

The process color (four color CMYK) of #667dfa color hex is 0.59, 0.50, 0.00, 0.02. Web safe color of #667dfa is #6666ff. Color #667dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111101 11111010
Octal 146 175 372
Decimal 102 125 250
Hex 66 7D FA

RGB Percentages of Color #667dfa

%21.38
%26.21
%52.41

CMYK Percentages of Color #667dfa

%59
%50
%0
%2

Triadic Colors of #667dfa

#667dfa #fa667d #7dfa66

Analogous Colors of #667dfa

#667dfa #9966fa #66c7fa

Monochromatic Colors of #667dfa

#667dfa

Complementary Color

#667dfa #fae366

#667dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#667dfa Color CSS Codes

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

#667dfa Text Font Color

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

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


#667dfa Background Color

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

This div background color is #667dfa


#667dfa Border Color

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

This div border color is #667dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,125,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #667dfa;
  box-shadow:         1px 1px 3px 2px #667dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.