Color Hex Logo

#6748ae Color Hex

#6748AE
(103,72,174)
0 Favorites   0 Comments

Color spaces of #6748ae

RGB 10372174
HSL0.720.410.48
HSV258°59°68°
CMYK 0.410.590.00   0.32
XYZ15.550910.574341.2658
Yxy10.57430.23080.1569
Hunter Lab32.518128.4559-52.4768
CIE-Lab38.854037.0298-50.1590

#6748ae color RGB value is (103,72,174).

#6748ae hex color red value is 103, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6748ae hue: 0.72 , saturation: 0.41 and the lightness value of 6748ae is 0.48.

The process color (four color CMYK) of #6748ae color hex is 0.41, 0.59, 0.00, 0.32. Web safe color of #6748ae is #663399. Color #6748ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 10101110
Octal 147 110 256
Decimal 103 72 174
Hex 67 48 AE

RGB Percentages of Color #6748ae

%29.51
%20.63
%49.86

CMYK Percentages of Color #6748ae

%41
%59
%0
%32

Triadic Colors of #6748ae

#6748ae #ae6748 #48ae67

Analogous Colors of #6748ae

#6748ae #9a48ae #485cae

Monochromatic Colors of #6748ae

#6748ae

Complementary Color

#6748ae #8fae48

#6748ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6748ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6748ae Color CSS Codes

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

#6748ae Text Font Color

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

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


#6748ae Background Color

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

This div background color is #6748ae


#6748ae Border Color

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

This div border color is #6748ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6748ae


Comments

No comments written yet.

Please login to write comment.