Color Hex Logo

#667dd8 Color Hex

#667DD8
(102,125,216)
0 Favorites   0 Comments

Color spaces of #667dd8

RGB 102125216
HSL0.630.590.62
HSV228°53°85°
CMYK 0.530.420.00   0.15
XYZ25.207822.449967.9704
Yxy22.44990.21800.1942
Hunter Lab47.381312.0482-51.8869
CIE-Lab54.501117.3601-49.3756

#667dd8 color RGB value is (102,125,216).

#667dd8 hex color red value is 102, green value is 125 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #667dd8 hue: 0.63 , saturation: 0.59 and the lightness value of 667dd8 is 0.62.

The process color (four color CMYK) of #667dd8 color hex is 0.53, 0.42, 0.00, 0.15. Web safe color of #667dd8 is #6666cc. Color #667dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111101 11011000
Octal 146 175 330
Decimal 102 125 216
Hex 66 7D D8

RGB Percentages of Color #667dd8

%23.02
%28.22
%48.76

CMYK Percentages of Color #667dd8

%53
%42
%0
%15

Triadic Colors of #667dd8

#667dd8 #d8667d #7dd866

Analogous Colors of #667dd8

#667dd8 #8866d8 #66b6d8

Monochromatic Colors of #667dd8

#667dd8

Complementary Color

#667dd8 #d8c166

#667dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667dd8 Color CSS Codes

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

#667dd8 Text Font Color

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

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


#667dd8 Background Color

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

This div background color is #667dd8


#667dd8 Border Color

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

This div border color is #667dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667dd8


Comments

No comments written yet.

Please login to write comment.