Color Hex Logo

#675dba Color Hex

#675DBA
(103,93,186)
0 Favorites   0 Comments

Color spaces of #675dba

RGB 10393186
HSL0.680.400.55
HSV246°50°73°
CMYK 0.450.500.00   0.27
XYZ18.370814.257448.2381
Yxy14.25740.22720.1763
Hunter Lab37.759020.7671-49.3133
CIE-Lab44.599827.8839-47.9837

#675dba color RGB value is (103,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011101 10111010
Octal 147 135 272
Decimal 103 93 186
Hex 67 5D BA

RGB Percentages of Color #675dba

%26.96
%24.35
%48.69

CMYK Percentages of Color #675dba

%45
%50
%0
%27

Triadic Colors of #675dba

#675dba #ba675d #5dba67

Analogous Colors of #675dba

#675dba #965dba #5d82ba

Monochromatic Colors of #675dba

#675dba

Complementary Color

#675dba #b0ba5d

#675dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#675dba Color CSS Codes

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

#675dba Text Font Color

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

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


#675dba Background Color

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

This div background color is #675dba


#675dba Border Color

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

This div border color is #675dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,93,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 #675dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675dba


Comments

No comments written yet.

Please login to write comment.