Color Hex Logo

#6539dc Color Hex

#6539DC
(101,57,220)
0 Favorites   0 Comments

Color spaces of #6539dc

RGB 10157220
HSL0.710.700.54
HSV256°74°86°
CMYK 0.540.740.00   0.14
XYZ19.748210.860368.7655
Yxy10.86030.19870.1093
Hunter Lab32.955049.2946-100.6490
CIE-Lab39.344257.5893-76.1722

#6539dc color RGB value is (101,57,220).

#6539dc hex color red value is 101, green value is 57 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6539dc hue: 0.71 , saturation: 0.70 and the lightness value of 6539dc is 0.54.

The process color (four color CMYK) of #6539dc color hex is 0.54, 0.74, 0.00, 0.14. Web safe color of #6539dc is #6633cc. Color #6539dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111001 11011100
Octal 145 71 334
Decimal 101 57 220
Hex 65 39 DC

RGB Percentages of Color #6539dc

%26.72
%15.08
%58.20

CMYK Percentages of Color #6539dc

%54
%74
%0
%14

Triadic Colors of #6539dc

#6539dc #dc6539 #39dc65

Analogous Colors of #6539dc

#6539dc #b739dc #395fdc

Monochromatic Colors of #6539dc

#6539dc

Complementary Color

#6539dc #b0dc39

#6539dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6539dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6539dc Color CSS Codes

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

#6539dc Text Font Color

<p style="color:#6539dc">Text here</p>

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


#6539dc Background Color

<div style="background-color:#6539dc">
Div content here</div>

This div background color is #6539dc


#6539dc Border Color

<div style="border:3px solid #6539dc">
Div here</div>

This div border color is #6539dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,57,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6539dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6539dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6539dc;
  box-shadow:         1px 1px 3px 2px #6539dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6539dc


Comments

No comments written yet.

Please login to write comment.