Color Hex Logo

#651ccb Color Hex

#651CCB
(101,28,203)
0 Favorites   0 Comments

Color spaces of #651ccb

RGB 10128203
HSL0.740.760.45
HSV265°86°80°
CMYK 0.500.860.00   0.20
XYZ16.56167.909057.1536
Yxy7.90900.20290.0969
Hunter Lab28.122955.9035-100.8076
CIE-Lab33.792664.6468-75.4841

#651ccb color RGB value is (101,28,203).

#651ccb hex color red value is 101, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #651ccb hue: 0.74 , saturation: 0.76 and the lightness value of 651ccb is 0.45.

The process color (four color CMYK) of #651ccb color hex is 0.50, 0.86, 0.00, 0.20. Web safe color of #651ccb is #6633cc. Color #651ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11001011
Octal 145 34 313
Decimal 101 28 203
Hex 65 1C CB

RGB Percentages of Color #651ccb

%30.42
%8.43
%61.14

CMYK Percentages of Color #651ccb

%50
%86
%0
%20

Triadic Colors of #651ccb

#651ccb #cb651c #1ccb65

Analogous Colors of #651ccb

#651ccb #bd1ccb #1c2bcb

Monochromatic Colors of #651ccb

#651ccb

Complementary Color

#651ccb #82cb1c

#651ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#651ccb Color CSS Codes

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

#651ccb Text Font Color

<p style="color:#651ccb">Text here</p>

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


#651ccb Background Color

<div style="background-color:#651ccb">
Div content here</div>

This div background color is #651ccb


#651ccb Border Color

<div style="border:3px solid #651ccb">
Div here</div>

This div border color is #651ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,28,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #651ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #651ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #651ccb;
  box-shadow:         1px 1px 3px 2px #651ccb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651ccb


Comments

No comments written yet.

Please login to write comment.