Color Hex Logo

#651dbc Color Hex

#651DBC
(101,29,188)
0 Favorites   0 Comments

Color spaces of #651dbc

RGB 10129188
HSL0.740.730.43
HSV267°85°74°
CMYK 0.460.850.00   0.26
XYZ14.88337.276348.1970
Yxy7.27630.21150.1034
Hunter Lab26.974651.2822-87.0544
CIE-Lab32.427860.7583-68.9266

#651dbc color RGB value is (101,29,188).

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

The process color (four color CMYK) of #651dbc color hex is 0.46, 0.85, 0.00, 0.26. Web safe color of #651dbc is #6633cc. Color #651dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 10111100
Octal 145 35 274
Decimal 101 29 188
Hex 65 1D BC

RGB Percentages of Color #651dbc

%31.76
%9.12
%59.12

CMYK Percentages of Color #651dbc

%46
%85
%0
%26

Triadic Colors of #651dbc

#651dbc #bc651d #1dbc65

Analogous Colors of #651dbc

#651dbc #b51dbc #1d24bc

Monochromatic Colors of #651dbc

#651dbc

Complementary Color

#651dbc #74bc1d

#651dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651dbc Color CSS Codes

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

#651dbc Text Font Color

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

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


#651dbc Background Color

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

This div background color is #651dbc


#651dbc Border Color

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

This div border color is #651dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651dbc


Comments

No comments written yet.

Please login to write comment.