Color Hex Logo

#667ddd Color Hex

#667DDD
(102,125,221)
0 Favorites   0 Comments

Color spaces of #667ddd

RGB 102125221
HSL0.630.640.63
HSV228°54°87°
CMYK 0.540.430.00   0.13
XYZ25.864322.712571.4274
Yxy22.71250.21550.1893
Hunter Lab47.657613.4730-55.5012
CIE-Lab54.775018.9448-51.7536

#667ddd color RGB value is (102,125,221).

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

The process color (four color CMYK) of #667ddd color hex is 0.54, 0.43, 0.00, 0.13. Web safe color of #667ddd is #6666cc. Color #667ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111101 11011101
Octal 146 175 335
Decimal 102 125 221
Hex 66 7D DD

RGB Percentages of Color #667ddd

%22.77
%27.90
%49.33

CMYK Percentages of Color #667ddd

%54
%43
%0
%13

Triadic Colors of #667ddd

#667ddd #dd667d #7ddd66

Analogous Colors of #667ddd

#667ddd #8b66dd #66b9dd

Monochromatic Colors of #667ddd

#667ddd

Complementary Color

#667ddd #ddc666

#667ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#667ddd Color CSS Codes

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

#667ddd Text Font Color

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

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


#667ddd Background Color

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

This div background color is #667ddd


#667ddd Border Color

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

This div border color is #667ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667ddd


Comments

No comments written yet.

Please login to write comment.