Color Hex Logo

#6653cb Color Hex

#6653CB
(102,83,203)
0 Favorites   0 Comments

Color spaces of #6653cb

RGB 10283203
HSL0.690.540.56
HSV250°59°80°
CMYK 0.500.590.00   0.20
XYZ19.352213.323158.0516
Yxy13.32310.21330.1468
Hunter Lab36.500830.7616-68.7454
CIE-Lab43.246138.7778-60.0256

#6653cb color RGB value is (102,83,203).

#6653cb hex color red value is 102, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6653cb hue: 0.69 , saturation: 0.54 and the lightness value of 6653cb is 0.56.

The process color (four color CMYK) of #6653cb color hex is 0.50, 0.59, 0.00, 0.20. Web safe color of #6653cb is #6666cc. Color #6653cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 11001011
Octal 146 123 313
Decimal 102 83 203
Hex 66 53 CB

RGB Percentages of Color #6653cb

%26.29
%21.39
%52.32

CMYK Percentages of Color #6653cb

%50
%59
%0
%20

Triadic Colors of #6653cb

#6653cb #cb6653 #53cb66

Analogous Colors of #6653cb

#6653cb #a253cb #537ccb

Monochromatic Colors of #6653cb

#6653cb

Complementary Color

#6653cb #b8cb53

#6653cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6653cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6653cb Color CSS Codes

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

#6653cb Text Font Color

<p style="color:#6653cb">Text here</p>

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


#6653cb Background Color

<div style="background-color:#6653cb">
Div content here</div>

This div background color is #6653cb


#6653cb Border Color

<div style="border:3px solid #6653cb">
Div here</div>

This div border color is #6653cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,83,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6653cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6653cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6653cb;
  box-shadow:         1px 1px 3px 2px #6653cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6653cb


Comments

No comments written yet.

Please login to write comment.