Color Hex Logo

#675efa Color Hex

#675EFA
(103,94,250)
0 Favorites   0 Comments

Color spaces of #675efa

RGB 10394250
HSL0.680.940.67
HSV243°62°98°
CMYK 0.590.620.00   0.02
XYZ26.851517.791192.4613
Yxy17.79110.19580.1298
Hunter Lab42.179539.8191-100.4434
CIE-Lab49.241746.8658-76.9070

#675efa color RGB value is (103,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011110 11111010
Octal 147 136 372
Decimal 103 94 250
Hex 67 5E FA

RGB Percentages of Color #675efa

%23.04
%21.03
%55.93

CMYK Percentages of Color #675efa

%59
%62
%0
%2

Triadic Colors of #675efa

#675efa #fa675e #5efa67

Analogous Colors of #675efa

#675efa #b55efa #5ea3fa

Monochromatic Colors of #675efa

#675efa

Complementary Color

#675efa #f1fa5e

#675efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#675efa Color CSS Codes

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

#675efa Text Font Color

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

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


#675efa Background Color

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

This div background color is #675efa


#675efa Border Color

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

This div border color is #675efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675efa


Comments

No comments written yet.

Please login to write comment.