Color Hex Logo

#667bfe Color Hex

#667BFE
(102,123,254)
0 Favorites   0 Comments

Color spaces of #667bfe

RGB 102123254
HSL0.640.990.70
HSV232°60°100°
CMYK 0.600.520.00   0.00
XYZ30.451824.146596.8217
Yxy24.14650.20110.1595
Hunter Lab49.139124.6242-82.4253
CIE-Lab56.234230.7787-67.7826

#667bfe color RGB value is (102,123,254).

#667bfe hex color red value is 102, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #667bfe hue: 0.64 , saturation: 0.99 and the lightness value of 667bfe is 0.70.

The process color (four color CMYK) of #667bfe color hex is 0.60, 0.52, 0.00, 0.00. Web safe color of #667bfe is #6666ff. Color #667bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111011 11111110
Octal 146 173 376
Decimal 102 123 254
Hex 66 7B FE

RGB Percentages of Color #667bfe

%21.29
%25.68
%53.03

CMYK Percentages of Color #667bfe

%60
%52
%0
%0

Triadic Colors of #667bfe

#667bfe #fe667b #7bfe66

Analogous Colors of #667bfe

#667bfe #9d66fe #66c7fe

Monochromatic Colors of #667bfe

#667bfe

Complementary Color

#667bfe #fee966

#667bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#667bfe Color CSS Codes

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

#667bfe Text Font Color

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

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


#667bfe Background Color

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

This div background color is #667bfe


#667bfe Border Color

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

This div border color is #667bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667bfe


Comments

No comments written yet.

Please login to write comment.