Color Hex Logo

#b653cc Color Hex

#B653CC
(182,83,204)
0 Favorites   0 Comments

Color spaces of #b653cc

RGB 18283204
HSL0.800.540.56
HSV289°59°80°
CMYK 0.110.590.00   0.20
XYZ33.283720.491259.3277
Yxy20.49120.29430.1812
Hunter Lab45.267252.0284-46.0191
CIE-Lab52.388157.6496-45.4433

#b653cc color RGB value is (182,83,204).

#b653cc hex color red value is 182, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b653cc hue: 0.80 , saturation: 0.54 and the lightness value of b653cc is 0.56.

The process color (four color CMYK) of #b653cc color hex is 0.11, 0.59, 0.00, 0.20. Web safe color of #b653cc is #cc66cc. Color #b653cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 11001100
Octal 266 123 314
Decimal 182 83 204
Hex B6 53 CC

RGB Percentages of Color #b653cc

%38.81
%17.70
%43.50

CMYK Percentages of Color #b653cc

%11
%59
%0
%20

Triadic Colors of #b653cc

#b653cc #ccb653 #53ccb6

Analogous Colors of #b653cc

#b653cc #cc53a6 #7a53cc

Monochromatic Colors of #b653cc

#b653cc

Complementary Color

#b653cc #69cc53

#b653cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b653cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b653cc Color CSS Codes

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

#b653cc Text Font Color

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

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


#b653cc Background Color

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

This div background color is #b653cc


#b653cc Border Color

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

This div border color is #b653cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b653cc


Comments

No comments written yet.

Please login to write comment.