Color Hex Logo

#6203ac Color Hex

#6203AC
(98,3,172)
0 Favorites   0 Comments

Color spaces of #6203ac

RGB 983172
HSL0.760.970.34
HSV274°98°67°
CMYK 0.430.980.00   0.33
XYZ12.51605.640439.4588
Yxy5.64040.21720.0979
Hunter Lab23.749552.5078-81.8831
CIE-Lab28.486562.6257-65.8899

#6203ac color RGB value is (98,3,172).

#6203ac hex color red value is 98, green value is 3 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6203ac hue: 0.76 , saturation: 0.97 and the lightness value of 6203ac is 0.34.

The process color (four color CMYK) of #6203ac color hex is 0.43, 0.98, 0.00, 0.33. Web safe color of #6203ac is #660099. Color #6203ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000011 10101100
Octal 142 3 254
Decimal 98 3 172
Hex 62 3 AC

RGB Percentages of Color #6203ac

%35.90
%1.10
%63.00

CMYK Percentages of Color #6203ac

%43
%98
%0
%33

Triadic Colors of #6203ac

#6203ac #ac6203 #03ac62

Analogous Colors of #6203ac

#6203ac #ac03a2 #0e03ac

Monochromatic Colors of #6203ac

#6203ac

Complementary Color

#6203ac #4dac03

#6203ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6203ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6203ac Color CSS Codes

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

#6203ac Text Font Color

<p style="color:#6203ac">Text here</p>

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


#6203ac Background Color

<div style="background-color:#6203ac">
Div content here</div>

This div background color is #6203ac


#6203ac Border Color

<div style="border:3px solid #6203ac">
Div here</div>

This div border color is #6203ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,3,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6203ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6203ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6203ac;
  box-shadow:         1px 1px 3px 2px #6203ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6203ac


Comments

No comments written yet.

Please login to write comment.