Color Hex Logo

#6a03cd Color Hex

#6A03CD
(106,3,205)
0 Favorites   0 Comments

Color spaces of #6a03cd

RGB 1063205
HSL0.750.970.41
HSV271°99°80°
CMYK 0.480.990.00   0.20
XYZ16.99597.537158.3166
Yxy7.53710.20510.0910
Hunter Lab27.453862.4605-106.7246
CIE-Lab32.999670.4850-77.9383

#6a03cd color RGB value is (106,3,205).

#6a03cd hex color red value is 106, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6a03cd hue: 0.75 , saturation: 0.97 and the lightness value of 6a03cd is 0.41.

The process color (four color CMYK) of #6a03cd color hex is 0.48, 0.99, 0.00, 0.20. Web safe color of #6a03cd is #6600cc. Color #6a03cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000011 11001101
Octal 152 3 315
Decimal 106 3 205
Hex 6A 3 CD

RGB Percentages of Color #6a03cd

%33.76
%0.96
%65.29

CMYK Percentages of Color #6a03cd

%48
%99
%0
%20

Triadic Colors of #6a03cd

#6a03cd #cd6a03 #03cd6a

Analogous Colors of #6a03cd

#6a03cd #cd03cb #0503cd

Monochromatic Colors of #6a03cd

#6a03cd

Complementary Color

#6a03cd #66cd03

#6a03cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a03cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a03cd Color CSS Codes

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

#6a03cd Text Font Color

<p style="color:#6a03cd">Text here</p>

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


#6a03cd Background Color

<div style="background-color:#6a03cd">
Div content here</div>

This div background color is #6a03cd


#6a03cd Border Color

<div style="border:3px solid #6a03cd">
Div here</div>

This div border color is #6a03cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,3,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a03cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a03cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6a03cd;
  box-shadow:         1px 1px 3px 2px #6a03cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,3,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a03cd


Comments

No comments written yet.

Please login to write comment.