Color Hex Logo

#6532ca Color Hex

#6532CA
(101,50,202)
0 Favorites   0 Comments

Color spaces of #6532ca

RGB 10150202
HSL0.720.600.49
HSV260°75°79°
CMYK 0.500.750.00   0.21
XYZ17.16819.312256.7697
Yxy9.31220.20620.1119
Hunter Lab30.515947.0204-88.9380
CIE-Lab36.578656.0067-70.3187

#6532ca color RGB value is (101,50,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110010 11001010
Octal 145 62 312
Decimal 101 50 202
Hex 65 32 CA

RGB Percentages of Color #6532ca

%28.61
%14.16
%57.22

CMYK Percentages of Color #6532ca

%50
%75
%0
%21

Triadic Colors of #6532ca

#6532ca #ca6532 #32ca65

Analogous Colors of #6532ca

#6532ca #b132ca #324bca

Monochromatic Colors of #6532ca

#6532ca

Complementary Color

#6532ca #97ca32

#6532ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6532ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6532ca Color CSS Codes

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

#6532ca Text Font Color

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

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


#6532ca Background Color

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

This div background color is #6532ca


#6532ca Border Color

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

This div border color is #6532ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6532ca


Comments

No comments written yet.

Please login to write comment.