Color Hex Logo

#651cdc Color Hex

#651CDC
(101,28,220)
0 Favorites   0 Comments

Color spaces of #651cdc

RGB 10128220
HSL0.730.770.49
HSV263°87°86°
CMYK 0.540.870.00   0.14
XYZ18.70038.764568.4162
Yxy8.76450.19500.0914
Hunter Lab29.604960.9432-116.2943
CIE-Lab35.526968.7097-82.4628

#651cdc color RGB value is (101,28,220).

#651cdc hex color red value is 101, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #651cdc hue: 0.73 , saturation: 0.77 and the lightness value of 651cdc is 0.49.

The process color (four color CMYK) of #651cdc color hex is 0.54, 0.87, 0.00, 0.14. Web safe color of #651cdc is #6633cc. Color #651cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11011100
Octal 145 34 334
Decimal 101 28 220
Hex 65 1C DC

RGB Percentages of Color #651cdc

%28.94
%8.02
%63.04

CMYK Percentages of Color #651cdc

%54
%87
%0
%14

Triadic Colors of #651cdc

#651cdc #dc651c #1cdc65

Analogous Colors of #651cdc

#651cdc #c51cdc #1c33dc

Monochromatic Colors of #651cdc

#651cdc

Complementary Color

#651cdc #93dc1c

#651cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cdc Color CSS Codes

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

#651cdc Text Font Color

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

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


#651cdc Background Color

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

This div background color is #651cdc


#651cdc Border Color

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

This div border color is #651cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,28,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cdc


Comments

No comments written yet.

Please login to write comment.