Color Hex Logo

#675ebc Color Hex

#675EBC
(103,94,188)
0 Favorites   0 Comments

Color spaces of #675ebc

RGB 10394188
HSL0.680.410.55
HSV246°50°74°
CMYK 0.450.500.00   0.26
XYZ18.673314.519849.3954
Yxy14.51980.22610.1758
Hunter Lab38.104920.7905-50.1843
CIE-Lab44.969327.8693-48.5562

#675ebc color RGB value is (103,94,188).

#675ebc hex color red value is 103, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #675ebc hue: 0.68 , saturation: 0.41 and the lightness value of 675ebc is 0.55.

The process color (four color CMYK) of #675ebc color hex is 0.45, 0.50, 0.00, 0.26. Web safe color of #675ebc is #6666cc. Color #675ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011110 10111100
Octal 147 136 274
Decimal 103 94 188
Hex 67 5E BC

RGB Percentages of Color #675ebc

%26.75
%24.42
%48.83

CMYK Percentages of Color #675ebc

%45
%50
%0
%26

Triadic Colors of #675ebc

#675ebc #bc675e #5ebc67

Analogous Colors of #675ebc

#675ebc #965ebc #5e84bc

Monochromatic Colors of #675ebc

#675ebc

Complementary Color

#675ebc #b3bc5e

#675ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#675ebc Color CSS Codes

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

#675ebc Text Font Color

<p style="color:#675ebc">Text here</p>

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


#675ebc Background Color

<div style="background-color:#675ebc">
Div content here</div>

This div background color is #675ebc


#675ebc Border Color

<div style="border:3px solid #675ebc">
Div here</div>

This div border color is #675ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,94,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #675ebc;
  box-shadow:         1px 1px 3px 2px #675ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,94,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675ebc


Comments

No comments written yet.

Please login to write comment.