Color Hex Logo

#687ce1 Color Hex

#687CE1
(104,124,225)
0 Favorites   0 Comments

Color spaces of #687ce1

RGB 104124225
HSL0.640.670.65
HSV230°54°88°
CMYK 0.540.450.00   0.12
XYZ26.507222.794674.2369
Yxy22.79460.21460.1845
Hunter Lab47.743715.5514-58.7697
CIE-Lab54.860121.2403-53.8560

#687ce1 color RGB value is (104,124,225).

#687ce1 hex color red value is 104, green value is 124 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #687ce1 hue: 0.64 , saturation: 0.67 and the lightness value of 687ce1 is 0.65.

The process color (four color CMYK) of #687ce1 color hex is 0.54, 0.45, 0.00, 0.12. Web safe color of #687ce1 is #6666cc. Color #687ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111100 11100001
Octal 150 174 341
Decimal 104 124 225
Hex 68 7C E1

RGB Percentages of Color #687ce1

%22.96
%27.37
%49.67

CMYK Percentages of Color #687ce1

%54
%45
%0
%12

Triadic Colors of #687ce1

#687ce1 #e1687c #7ce168

Analogous Colors of #687ce1

#687ce1 #9168e1 #68b9e1

Monochromatic Colors of #687ce1

#687ce1

Complementary Color

#687ce1 #e1cd68

#687ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687ce1 Color CSS Codes

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

#687ce1 Text Font Color

<p style="color:#687ce1">Text here</p>

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


#687ce1 Background Color

<div style="background-color:#687ce1">
Div content here</div>

This div background color is #687ce1


#687ce1 Border Color

<div style="border:3px solid #687ce1">
Div here</div>

This div border color is #687ce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,124,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687ce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687ce1;
  -webkit-box-shadow: 1px 1px 3px 2px #687ce1;
  box-shadow:         1px 1px 3px 2px #687ce1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,124,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687ce1


Comments

No comments written yet.

Please login to write comment.