Color Hex Logo

#6749ca Color Hex

#6749CA
(103,73,202)
0 Favorites   0 Comments

Color spaces of #6749ca

RGB 10373202
HSL0.710.550.54
HSV254°64°79°
CMYK 0.490.640.00   0.21
XYZ18.636711.912957.1943
Yxy11.91290.21240.1358
Hunter Lab34.515135.9812-74.0878
CIE-Lab41.077444.4551-62.9625

#6749ca color RGB value is (103,73,202).

#6749ca hex color red value is 103, green value is 73 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6749ca hue: 0.71 , saturation: 0.55 and the lightness value of 6749ca is 0.54.

The process color (four color CMYK) of #6749ca color hex is 0.49, 0.64, 0.00, 0.21. Web safe color of #6749ca is #6633cc. Color #6749ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 11001010
Octal 147 111 312
Decimal 103 73 202
Hex 67 49 CA

RGB Percentages of Color #6749ca

%27.25
%19.31
%53.44

CMYK Percentages of Color #6749ca

%49
%64
%0
%21

Triadic Colors of #6749ca

#6749ca #ca6749 #49ca67

Analogous Colors of #6749ca

#6749ca #a849ca #496cca

Monochromatic Colors of #6749ca

#6749ca

Complementary Color

#6749ca #acca49

#6749ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6749ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6749ca Color CSS Codes

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

#6749ca Text Font Color

<p style="color:#6749ca">Text here</p>

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


#6749ca Background Color

<div style="background-color:#6749ca">
Div content here</div>

This div background color is #6749ca


#6749ca Border Color

<div style="border:3px solid #6749ca">
Div here</div>

This div border color is #6749ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,73,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6749ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6749ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6749ca;
  box-shadow:         1px 1px 3px 2px #6749ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6749ca


Comments

No comments written yet.

Please login to write comment.