Color Hex Logo

#6523ca Color Hex

#6523CA
(101,35,202)
0 Favorites   0 Comments

Color spaces of #6523ca

RGB 10135202
HSL0.730.700.46
HSV264°83°79°
CMYK 0.500.830.00   0.21
XYZ16.62858.233056.5898
Yxy8.23300.20420.1011
Hunter Lab28.693253.2325-96.8487
CIE-Lab34.463562.1307-73.7952

#6523ca color RGB value is (101,35,202).

#6523ca hex color red value is 101, green value is 35 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6523ca hue: 0.73 , saturation: 0.70 and the lightness value of 6523ca is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100011 11001010
Octal 145 43 312
Decimal 101 35 202
Hex 65 23 CA

RGB Percentages of Color #6523ca

%29.88
%10.36
%59.76

CMYK Percentages of Color #6523ca

%50
%83
%0
%21

Triadic Colors of #6523ca

#6523ca #ca6523 #23ca65

Analogous Colors of #6523ca

#6523ca #b923ca #2334ca

Monochromatic Colors of #6523ca

#6523ca

Complementary Color

#6523ca #88ca23

#6523ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6523ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6523ca Color CSS Codes

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

#6523ca Text Font Color

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

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


#6523ca Background Color

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

This div background color is #6523ca


#6523ca Border Color

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

This div border color is #6523ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6523ca


Comments

No comments written yet.

Please login to write comment.