Color Hex Logo

#6a4cfd Color Hex

#6A4CFD
(106,76,253)
0 Favorites   0 Comments

Color spaces of #6a4cfd

RGB 10676253
HSL0.690.980.65
HSV250°70°99°
CMYK 0.580.700.00   0.01
XYZ26.257915.324994.5026
Yxy15.32490.19300.1126
Hunter Lab39.147051.2217-115.7257
CIE-Lab46.076058.0755-83.7487

#6a4cfd color RGB value is (106,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001100 11111101
Octal 152 114 375
Decimal 106 76 253
Hex 6A 4C FD

RGB Percentages of Color #6a4cfd

%24.37
%17.47
%58.16

CMYK Percentages of Color #6a4cfd

%58
%70
%0
%1

Triadic Colors of #6a4cfd

#6a4cfd #fd6a4c #4cfd6a

Analogous Colors of #6a4cfd

#6a4cfd #c34cfd #4c87fd

Monochromatic Colors of #6a4cfd

#6a4cfd

Complementary Color

#6a4cfd #dffd4c

#6a4cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4cfd Color CSS Codes

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

#6a4cfd Text Font Color

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

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


#6a4cfd Background Color

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

This div background color is #6a4cfd


#6a4cfd Border Color

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

This div border color is #6a4cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,76,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 #6a4cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.