Color Hex Logo

#675aba Color Hex

#675ABA
(103,90,186)
0 Favorites   0 Comments

Color spaces of #675aba

RGB 10390186
HSL0.690.410.54
HSV248°52°73°
CMYK 0.450.520.00   0.27
XYZ18.112613.741148.1520
Yxy13.74110.22640.1718
Hunter Lab37.069022.3477-51.0684
CIE-Lab43.859329.7150-49.1696

#675aba color RGB value is (103,90,186).

#675aba hex color red value is 103, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #675aba hue: 0.69 , saturation: 0.41 and the lightness value of 675aba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011010 10111010
Octal 147 132 272
Decimal 103 90 186
Hex 67 5A BA

RGB Percentages of Color #675aba

%27.18
%23.75
%49.08

CMYK Percentages of Color #675aba

%45
%52
%0
%27

Triadic Colors of #675aba

#675aba #ba675a #5aba67

Analogous Colors of #675aba

#675aba #975aba #5a7dba

Monochromatic Colors of #675aba

#675aba

Complementary Color

#675aba #adba5a

#675aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#675aba Color CSS Codes

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

#675aba Text Font Color

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

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


#675aba Background Color

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

This div background color is #675aba


#675aba Border Color

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

This div border color is #675aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675aba


Comments

No comments written yet.

Please login to write comment.