Color Hex Logo

#667ffb Color Hex

#667FFB
(102,127,251)
0 Favorites   0 Comments

Color spaces of #667ffb

RGB 102127251
HSL0.640.950.69
HSV230°59°98°
CMYK 0.590.490.00   0.02
XYZ30.481424.968694.4797
Yxy24.96860.20330.1665
Hunter Lab49.968621.4420-77.1264
CIE-Lab57.044827.3954-64.8216

#667ffb color RGB value is (102,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111111 11111011
Octal 146 177 373
Decimal 102 127 251
Hex 66 7F FB

RGB Percentages of Color #667ffb

%21.25
%26.46
%52.29

CMYK Percentages of Color #667ffb

%59
%49
%0
%2

Triadic Colors of #667ffb

#667ffb #fb667f #7ffb66

Analogous Colors of #667ffb

#667ffb #9866fb #66cafb

Monochromatic Colors of #667ffb

#667ffb

Complementary Color

#667ffb #fbe266

#667ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#667ffb Color CSS Codes

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

#667ffb Text Font Color

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

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


#667ffb Background Color

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

This div background color is #667ffb


#667ffb Border Color

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

This div border color is #667ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667ffb


Comments

No comments written yet.

Please login to write comment.