Color Hex Logo

#6748fb Color Hex

#6748FB
(103,72,251)
0 Favorites   0 Comments

Color spaces of #6748fb

RGB 10372251
HSL0.700.960.63
HSV250°71°98°
CMYK 0.590.710.00   0.02
XYZ25.323514.483392.7277
Yxy14.48330.19110.1093
Hunter Lab38.056952.1762-117.8233
CIE-Lab44.918259.1566-84.5430

#6748fb color RGB value is (103,72,251).

#6748fb hex color red value is 103, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6748fb hue: 0.70 , saturation: 0.96 and the lightness value of 6748fb is 0.63.

The process color (four color CMYK) of #6748fb color hex is 0.59, 0.71, 0.00, 0.02. Web safe color of #6748fb is #6633ff. Color #6748fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 11111011
Octal 147 110 373
Decimal 103 72 251
Hex 67 48 FB

RGB Percentages of Color #6748fb

%24.18
%16.90
%58.92

CMYK Percentages of Color #6748fb

%59
%71
%0
%2

Triadic Colors of #6748fb

#6748fb #fb6748 #48fb67

Analogous Colors of #6748fb

#6748fb #c148fb #4883fb

Monochromatic Colors of #6748fb

#6748fb

Complementary Color

#6748fb #dcfb48

#6748fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6748fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6748fb Color CSS Codes

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

#6748fb Text Font Color

<p style="color:#6748fb">Text here</p>

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


#6748fb Background Color

<div style="background-color:#6748fb">
Div content here</div>

This div background color is #6748fb


#6748fb Border Color

<div style="border:3px solid #6748fb">
Div here</div>

This div border color is #6748fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6748fb


Comments

No comments written yet.

Please login to write comment.