Color Hex Logo

#675bfa Color Hex

#675BFA
(103,91,250)
0 Favorites   0 Comments

Color spaces of #675bfa

RGB 10391250
HSL0.680.940.67
HSV245°64°98°
CMYK 0.590.640.00   0.02
XYZ26.589917.267992.3741
Yxy17.26790.19520.1268
Hunter Lab41.554741.4975-102.7107
CIE-Lab48.595848.5810-77.9610

#675bfa color RGB value is (103,91,250).

#675bfa hex color red value is 103, green value is 91 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #675bfa hue: 0.68 , saturation: 0.94 and the lightness value of 675bfa is 0.67.

The process color (four color CMYK) of #675bfa color hex is 0.59, 0.64, 0.00, 0.02. Web safe color of #675bfa is #6666ff. Color #675bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011011 11111010
Octal 147 133 372
Decimal 103 91 250
Hex 67 5B FA

RGB Percentages of Color #675bfa

%23.20
%20.50
%56.31

CMYK Percentages of Color #675bfa

%59
%64
%0
%2

Triadic Colors of #675bfa

#675bfa #fa675b #5bfa67

Analogous Colors of #675bfa

#675bfa #b75bfa #5b9ffa

Monochromatic Colors of #675bfa

#675bfa

Complementary Color

#675bfa #eefa5b

#675bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#675bfa Color CSS Codes

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

#675bfa Text Font Color

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

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


#675bfa Background Color

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

This div background color is #675bfa


#675bfa Border Color

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

This div border color is #675bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675bfa


Comments

No comments written yet.

Please login to write comment.