Color Hex Logo

#b653bc Color Hex

#B653BC
(182,83,188)
0 Favorites   0 Comments

Color spaces of #b653bc

RGB 18283188
HSL0.820.440.53
HSV297°56°74°
CMYK 0.030.560.00   0.26
XYZ31.461819.762449.7333
Yxy19.76240.31160.1957
Hunter Lab44.454948.5326-35.2114
CIE-Lab51.567554.6351-37.5297

#b653bc color RGB value is (182,83,188).

#b653bc hex color red value is 182, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b653bc hue: 0.82 , saturation: 0.44 and the lightness value of b653bc is 0.53.

The process color (four color CMYK) of #b653bc color hex is 0.03, 0.56, 0.00, 0.26. Web safe color of #b653bc is #cc66cc. Color #b653bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 10111100
Octal 266 123 274
Decimal 182 83 188
Hex B6 53 BC

RGB Percentages of Color #b653bc

%40.18
%18.32
%41.50

CMYK Percentages of Color #b653bc

%3
%56
%0
%26

Triadic Colors of #b653bc

#b653bc #bcb653 #53bcb6

Analogous Colors of #b653bc

#b653bc #bc538e #8253bc

Monochromatic Colors of #b653bc

#b653bc

Complementary Color

#b653bc #59bc53

#b653bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b653bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b653bc Color CSS Codes

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

#b653bc Text Font Color

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

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


#b653bc Background Color

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

This div background color is #b653bc


#b653bc Border Color

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

This div border color is #b653bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,83,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 #b653bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b653bc


Comments

No comments written yet.

Please login to write comment.