Color Hex Logo

#6227cc Color Hex

#6227CC
(98,39,204)
0 Favorites   0 Comments

Color spaces of #6227cc

RGB 9839204
HSL0.730.680.48
HSV261°81°80°
CMYK 0.520.810.00   0.20
XYZ16.66168.407357.8714
Yxy8.40730.20090.1014
Hunter Lab28.995351.8296-98.0393
CIE-Lab34.817160.7918-74.3903

#6227cc color RGB value is (98,39,204).

#6227cc hex color red value is 98, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6227cc hue: 0.73 , saturation: 0.68 and the lightness value of 6227cc is 0.48.

The process color (four color CMYK) of #6227cc color hex is 0.52, 0.81, 0.00, 0.20. Web safe color of #6227cc is #6633cc. Color #6227cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100111 11001100
Octal 142 47 314
Decimal 98 39 204
Hex 62 27 CC

RGB Percentages of Color #6227cc

%28.74
%11.44
%59.82

CMYK Percentages of Color #6227cc

%52
%81
%0
%20

Triadic Colors of #6227cc

#6227cc #cc6227 #27cc62

Analogous Colors of #6227cc

#6227cc #b527cc #273fcc

Monochromatic Colors of #6227cc

#6227cc

Complementary Color

#6227cc #91cc27

#6227cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6227cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6227cc Color CSS Codes

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

#6227cc Text Font Color

<p style="color:#6227cc">Text here</p>

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


#6227cc Background Color

<div style="background-color:#6227cc">
Div content here</div>

This div background color is #6227cc


#6227cc Border Color

<div style="border:3px solid #6227cc">
Div here</div>

This div border color is #6227cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,39,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6227cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6227cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6227cc;
  box-shadow:         1px 1px 3px 2px #6227cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6227cc


Comments

No comments written yet.

Please login to write comment.