Color Hex Logo

#6539cb Color Hex

#6539CB
(101,57,203)
0 Favorites   0 Comments

Color spaces of #6539cb

RGB 10157203
HSL0.720.580.51
HSV258°72°80°
CMYK 0.500.720.00   0.20
XYZ17.609410.004857.5029
Yxy10.00480.20690.1175
Hunter Lab31.630444.0222-85.6459
CIE-Lab37.851052.9232-68.8149

#6539cb color RGB value is (101,57,203).

#6539cb hex color red value is 101, green value is 57 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6539cb hue: 0.72 , saturation: 0.58 and the lightness value of 6539cb is 0.51.

The process color (four color CMYK) of #6539cb color hex is 0.50, 0.72, 0.00, 0.20. Web safe color of #6539cb is #6633cc. Color #6539cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111001 11001011
Octal 145 71 313
Decimal 101 57 203
Hex 65 39 CB

RGB Percentages of Color #6539cb

%27.98
%15.79
%56.23

CMYK Percentages of Color #6539cb

%50
%72
%0
%20

Triadic Colors of #6539cb

#6539cb #cb6539 #39cb65

Analogous Colors of #6539cb

#6539cb #ae39cb #3956cb

Monochromatic Colors of #6539cb

#6539cb

Complementary Color

#6539cb #9fcb39

#6539cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6539cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6539cb Color CSS Codes

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

#6539cb Text Font Color

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

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


#6539cb Background Color

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

This div background color is #6539cb


#6539cb Border Color

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

This div border color is #6539cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6539cb


Comments

No comments written yet.

Please login to write comment.