Color Hex Logo

#6547df Color Hex

#6547DF
(101,71,223)
0 Favorites   0 Comments

Color spaces of #6547df

RGB 10171223
HSL0.700.700.58
HSV252°68°87°
CMYK 0.550.680.00   0.13
XYZ20.939312.600971.1406
Yxy12.60090.20000.1204
Hunter Lab35.497743.1720-93.9739
CIE-Lab42.155651.3090-73.2781

#6547df color RGB value is (101,71,223).

#6547df hex color red value is 101, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6547df hue: 0.70 , saturation: 0.70 and the lightness value of 6547df is 0.58.

The process color (four color CMYK) of #6547df color hex is 0.55, 0.68, 0.00, 0.13. Web safe color of #6547df is #6633cc. Color #6547df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000111 11011111
Octal 145 107 337
Decimal 101 71 223
Hex 65 47 DF

RGB Percentages of Color #6547df

%25.57
%17.97
%56.46

CMYK Percentages of Color #6547df

%55
%68
%0
%13

Triadic Colors of #6547df

#6547df #df6547 #47df65

Analogous Colors of #6547df

#6547df #b147df #4775df

Monochromatic Colors of #6547df

#6547df

Complementary Color

#6547df #c1df47

#6547df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6547df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6547df Color CSS Codes

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

#6547df Text Font Color

<p style="color:#6547df">Text here</p>

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


#6547df Background Color

<div style="background-color:#6547df">
Div content here</div>

This div background color is #6547df


#6547df Border Color

<div style="border:3px solid #6547df">
Div here</div>

This div border color is #6547df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,71,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6547df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6547df;
  -webkit-box-shadow: 1px 1px 3px 2px #6547df;
  box-shadow:         1px 1px 3px 2px #6547df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6547df


Comments

No comments written yet.

Please login to write comment.