Color Hex Logo

#6a45fd Color Hex

#6A45FD
(106,69,253)
0 Favorites   0 Comments

Color spaces of #6a45fd

RGB 10669253
HSL0.700.980.63
HSV252°73°99°
CMYK 0.580.730.00   0.01
XYZ25.801614.412394.3505
Yxy14.41230.19170.1071
Hunter Lab37.963554.8798-120.7785
CIE-Lab44.818561.5985-85.8145

#6a45fd color RGB value is (106,69,253).

#6a45fd hex color red value is 106, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6a45fd hue: 0.70 , saturation: 0.98 and the lightness value of 6a45fd is 0.63.

The process color (four color CMYK) of #6a45fd color hex is 0.58, 0.73, 0.00, 0.01. Web safe color of #6a45fd is #6633ff. Color #6a45fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000101 11111101
Octal 152 105 375
Decimal 106 69 253
Hex 6A 45 FD

RGB Percentages of Color #6a45fd

%24.77
%16.12
%59.11

CMYK Percentages of Color #6a45fd

%58
%73
%0
%1

Triadic Colors of #6a45fd

#6a45fd #fd6a45 #45fd6a

Analogous Colors of #6a45fd

#6a45fd #c645fd #457cfd

Monochromatic Colors of #6a45fd

#6a45fd

Complementary Color

#6a45fd #d8fd45

#6a45fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a45fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a45fd Color CSS Codes

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

#6a45fd Text Font Color

<p style="color:#6a45fd">Text here</p>

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


#6a45fd Background Color

<div style="background-color:#6a45fd">
Div content here</div>

This div background color is #6a45fd


#6a45fd Border Color

<div style="border:3px solid #6a45fd">
Div here</div>

This div border color is #6a45fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,69,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a45fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a45fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6a45fd;
  box-shadow:         1px 1px 3px 2px #6a45fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,69,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a45fd


Comments

No comments written yet.

Please login to write comment.