Color Hex Logo

#b653d8 Color Hex

#B653D8
(182,83,216)
0 Favorites   0 Comments

Color spaces of #b653d8

RGB 18283216
HSL0.790.630.59
HSV285°62°85°
CMYK 0.160.620.00   0.15
XYZ34.779321.089567.2033
Yxy21.08950.28260.1714
Hunter Lab45.923354.8184-54.6176
CIE-Lab53.047360.0097-51.2368

#b653d8 color RGB value is (182,83,216).

#b653d8 hex color red value is 182, green value is 83 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b653d8 hue: 0.79 , saturation: 0.63 and the lightness value of b653d8 is 0.59.

The process color (four color CMYK) of #b653d8 color hex is 0.16, 0.62, 0.00, 0.15. Web safe color of #b653d8 is #cc66cc. Color #b653d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 11011000
Octal 266 123 330
Decimal 182 83 216
Hex B6 53 D8

RGB Percentages of Color #b653d8

%37.84
%17.26
%44.91

CMYK Percentages of Color #b653d8

%16
%62
%0
%15

Triadic Colors of #b653d8

#b653d8 #d8b653 #53d8b6

Analogous Colors of #b653d8

#b653d8 #d853b8 #7453d8

Monochromatic Colors of #b653d8

#b653d8

Complementary Color

#b653d8 #75d853

#b653d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b653d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b653d8 Color CSS Codes

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

#b653d8 Text Font Color

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

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


#b653d8 Background Color

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

This div background color is #b653d8


#b653d8 Border Color

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

This div border color is #b653d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,83,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b653d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b653d8;
  -webkit-box-shadow: 1px 1px 3px 2px #b653d8;
  box-shadow:         1px 1px 3px 2px #b653d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,83,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b653d8


Comments

No comments written yet.

Please login to write comment.