Color Hex Logo

#6532cb Color Hex

#6532CB
(101,50,203)
0 Favorites   0 Comments

Color spaces of #6532cb

RGB 10150203
HSL0.720.600.50
HSV260°75°80°
CMYK 0.500.750.00   0.20
XYZ17.28699.359757.3954
Yxy9.35970.20570.1114
Hunter Lab30.593647.3224-89.8159
CIE-Lab36.667856.2725-70.7541

#6532cb color RGB value is (101,50,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110010 11001011
Octal 145 62 313
Decimal 101 50 203
Hex 65 32 CB

RGB Percentages of Color #6532cb

%28.53
%14.12
%57.34

CMYK Percentages of Color #6532cb

%50
%75
%0
%20

Triadic Colors of #6532cb

#6532cb #cb6532 #32cb65

Analogous Colors of #6532cb

#6532cb #b232cb #324ccb

Monochromatic Colors of #6532cb

#6532cb

Complementary Color

#6532cb #98cb32

#6532cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6532cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6532cb Color CSS Codes

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

#6532cb Text Font Color

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

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


#6532cb Background Color

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

This div background color is #6532cb


#6532cb Border Color

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

This div border color is #6532cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,50,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 #6532cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6532cb


Comments

No comments written yet.

Please login to write comment.