Color Hex Logo

#675dfb Color Hex

#675DFB
(103,93,251)
0 Favorites   0 Comments

Color spaces of #675dfb

RGB 10393251
HSL0.680.950.67
HSV244°63°98°
CMYK 0.590.630.00   0.02
XYZ26.920517.677393.2600
Yxy17.67730.19530.1282
Hunter Lab42.044440.7137-102.0820
CIE-Lab49.102347.7474-77.6911

#675dfb color RGB value is (103,93,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011101 11111011
Octal 147 135 373
Decimal 103 93 251
Hex 67 5D FB

RGB Percentages of Color #675dfb

%23.04
%20.81
%56.15

CMYK Percentages of Color #675dfb

%59
%63
%0
%2

Triadic Colors of #675dfb

#675dfb #fb675d #5dfb67

Analogous Colors of #675dfb

#675dfb #b65dfb #5da2fb

Monochromatic Colors of #675dfb

#675dfb

Complementary Color

#675dfb #f1fb5d

#675dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#675dfb Color CSS Codes

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

#675dfb Text Font Color

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

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


#675dfb Background Color

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

This div background color is #675dfb


#675dfb Border Color

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

This div border color is #675dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675dfb


Comments

No comments written yet.

Please login to write comment.