Color Hex Logo

#b653ce Color Hex

#B653CE
(182,83,206)
0 Favorites   0 Comments

Color spaces of #b653ce

RGB 18283206
HSL0.800.560.57
HSV288°60°81°
CMYK 0.120.600.00   0.19
XYZ33.525220.587860.5994
Yxy20.58780.29230.1795
Hunter Lab45.373852.4837-47.4237
CIE-Lab52.495458.0374-46.4172

#b653ce color RGB value is (182,83,206).

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

The process color (four color CMYK) of #b653ce color hex is 0.12, 0.60, 0.00, 0.19. Web safe color of #b653ce is #cc66cc. Color #b653ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 11001110
Octal 266 123 316
Decimal 182 83 206
Hex B6 53 CE

RGB Percentages of Color #b653ce

%38.64
%17.62
%43.74

CMYK Percentages of Color #b653ce

%12
%60
%0
%19

Triadic Colors of #b653ce

#b653ce #ceb653 #53ceb6

Analogous Colors of #b653ce

#b653ce #ce53a9 #7953ce

Monochromatic Colors of #b653ce

#b653ce

Complementary Color

#b653ce #6bce53

#b653ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b653ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b653ce Color CSS Codes

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

#b653ce Text Font Color

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

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


#b653ce Background Color

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

This div background color is #b653ce


#b653ce Border Color

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

This div border color is #b653ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b653ce


Comments

No comments written yet.

Please login to write comment.