Color Hex Logo

#652ebe Color Hex

#652EBE
(101,46,190)
0 Favorites   0 Comments

Color spaces of #652ebe

RGB 10146190
HSL0.730.610.46
HSV263°76°75°
CMYK 0.470.760.00   0.25
XYZ15.63818.438449.5198
Yxy8.43840.21250.1147
Hunter Lab29.048945.2575-80.7376
CIE-Lab34.879754.6707-66.0810

#652ebe color RGB value is (101,46,190).

#652ebe hex color red value is 101, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #652ebe hue: 0.73 , saturation: 0.61 and the lightness value of 652ebe is 0.46.

The process color (four color CMYK) of #652ebe color hex is 0.47, 0.76, 0.00, 0.25. Web safe color of #652ebe is #6633cc. Color #652ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101110 10111110
Octal 145 56 276
Decimal 101 46 190
Hex 65 2E BE

RGB Percentages of Color #652ebe

%29.97
%13.65
%56.38

CMYK Percentages of Color #652ebe

%47
%76
%0
%25

Triadic Colors of #652ebe

#652ebe #be652e #2ebe65

Analogous Colors of #652ebe

#652ebe #ad2ebe #2e3fbe

Monochromatic Colors of #652ebe

#652ebe

Complementary Color

#652ebe #87be2e

#652ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#652ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#652ebe Color CSS Codes

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

#652ebe Text Font Color

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

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


#652ebe Background Color

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

This div background color is #652ebe


#652ebe Border Color

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

This div border color is #652ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #652ebe


Comments

No comments written yet.

Please login to write comment.