Color Hex Logo

#675eb4 Color Hex

#675EB4
(103,94,180)
0 Favorites   0 Comments

Color spaces of #675eb4

RGB 10394180
HSL0.680.360.54
HSV246°48°71°
CMYK 0.430.480.00   0.29
XYZ17.834414.184344.9779
Yxy14.18430.23160.1842
Hunter Lab37.662018.6179-44.4436
CIE-Lab44.496125.4896-44.6473

#675eb4 color RGB value is (103,94,180).

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

The process color (four color CMYK) of #675eb4 color hex is 0.43, 0.48, 0.00, 0.29. Web safe color of #675eb4 is #6666cc. Color #675eb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011110 10110100
Octal 147 136 264
Decimal 103 94 180
Hex 67 5E B4

RGB Percentages of Color #675eb4

%27.32
%24.93
%47.75

CMYK Percentages of Color #675eb4

%43
%48
%0
%29

Triadic Colors of #675eb4

#675eb4 #b4675e #5eb467

Analogous Colors of #675eb4

#675eb4 #925eb4 #5e80b4

Monochromatic Colors of #675eb4

#675eb4

Complementary Color

#675eb4 #abb45e

#675eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675eb4 Color CSS Codes

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

#675eb4 Text Font Color

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

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


#675eb4 Background Color

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

This div background color is #675eb4


#675eb4 Border Color

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

This div border color is #675eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675eb4


Comments

No comments written yet.

Please login to write comment.