Color Hex Logo

#651ddc Color Hex

#651DDC
(101,29,220)
0 Favorites   0 Comments

Color spaces of #651ddc

RGB 10129220
HSL0.730.770.49
HSV263°87°86°
CMYK 0.540.870.00   0.14
XYZ18.72458.812768.4243
Yxy8.81270.19510.0918
Hunter Lab29.686260.6376-115.8784
CIE-Lab35.621168.4287-82.3070

#651ddc color RGB value is (101,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 11011100
Octal 145 35 334
Decimal 101 29 220
Hex 65 1D DC

RGB Percentages of Color #651ddc

%28.86
%8.29
%62.86

CMYK Percentages of Color #651ddc

%54
%87
%0
%14

Triadic Colors of #651ddc

#651ddc #dc651d #1ddc65

Analogous Colors of #651ddc

#651ddc #c51ddc #1d35dc

Monochromatic Colors of #651ddc

#651ddc

Complementary Color

#651ddc #94dc1d

#651ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651ddc Color CSS Codes

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

#651ddc Text Font Color

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

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


#651ddc Background Color

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

This div background color is #651ddc


#651ddc Border Color

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

This div border color is #651ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651ddc


Comments

No comments written yet.

Please login to write comment.