Color Hex Logo

#652efb Color Hex

#652EFB
(101,46,251)
0 Favorites   0 Comments

Color spaces of #652efb

RGB 10146251
HSL0.710.960.58
HSV256°82°98°
CMYK 0.600.820.00   0.02
XYZ23.756411.685792.2703
Yxy11.68570.18600.0915
Hunter Lab34.184464.2259-136.1063
CIE-Lab40.712270.5076-91.4826

#652efb color RGB value is (101,46,251).

#652efb hex color red value is 101, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #652efb hue: 0.71 , saturation: 0.96 and the lightness value of 652efb is 0.58.

The process color (four color CMYK) of #652efb color hex is 0.60, 0.82, 0.00, 0.02. Web safe color of #652efb is #6633ff. Color #652efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101110 11111011
Octal 145 56 373
Decimal 101 46 251
Hex 65 2E FB

RGB Percentages of Color #652efb

%25.38
%11.56
%63.07

CMYK Percentages of Color #652efb

%60
%82
%0
%2

Triadic Colors of #652efb

#652efb #fb652e #2efb65

Analogous Colors of #652efb

#652efb #cc2efb #2e5dfb

Monochromatic Colors of #652efb

#652efb

Complementary Color

#652efb #c4fb2e

#652efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#652efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#652efb Color CSS Codes

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

#652efb Text Font Color

<p style="color:#652efb">Text here</p>

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


#652efb Background Color

<div style="background-color:#652efb">
Div content here</div>

This div background color is #652efb


#652efb Border Color

<div style="border:3px solid #652efb">
Div here</div>

This div border color is #652efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,46,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #652efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #652efb;
  -webkit-box-shadow: 1px 1px 3px 2px #652efb;
  box-shadow:         1px 1px 3px 2px #652efb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #652efb


Comments

No comments written yet.

Please login to write comment.