Color Hex Logo

#667be5 Color Hex

#667BE5
(102,123,229)
0 Favorites   0 Comments

Color spaces of #667be5

RGB 102123229
HSL0.640.710.65
HSV230°55°90°
CMYK 0.550.460.00   0.10
XYZ26.705322.647877.0927
Yxy22.64780.21120.1791
Hunter Lab47.589716.8846-62.7337
CIE-Lab54.707722.7092-56.3476

#667be5 color RGB value is (102,123,229).

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

The process color (four color CMYK) of #667be5 color hex is 0.55, 0.46, 0.00, 0.10. Web safe color of #667be5 is #6666cc. Color #667be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111011 11100101
Octal 146 173 345
Decimal 102 123 229
Hex 66 7B E5

RGB Percentages of Color #667be5

%22.47
%27.09
%50.44

CMYK Percentages of Color #667be5

%55
%46
%0
%10

Triadic Colors of #667be5

#667be5 #e5667b #7be566

Analogous Colors of #667be5

#667be5 #9166e5 #66bbe5

Monochromatic Colors of #667be5

#667be5

Complementary Color

#667be5 #e5d066

#667be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667be5 Color CSS Codes

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

#667be5 Text Font Color

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

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


#667be5 Background Color

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

This div background color is #667be5


#667be5 Border Color

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

This div border color is #667be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667be5


Comments

No comments written yet.

Please login to write comment.