Color Hex Logo

#b651cd Color Hex

#B651CD
(182,81,205)
0 Favorites   0 Comments

Color spaces of #b651cd

RGB 18281205
HSL0.800.550.56
HSV289°60°80°
CMYK 0.110.600.00   0.20
XYZ33.253320.237759.9112
Yxy20.23770.29320.1785
Hunter Lab44.986353.2188-47.4699
CIE-Lab52.104958.7629-46.4653

#b651cd color RGB value is (182,81,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 11001101
Octal 266 121 315
Decimal 182 81 205
Hex B6 51 CD

RGB Percentages of Color #b651cd

%38.89
%17.31
%43.80

CMYK Percentages of Color #b651cd

%11
%60
%0
%20

Triadic Colors of #b651cd

#b651cd #cdb651 #51cdb6

Analogous Colors of #b651cd

#b651cd #cd51a6 #7851cd

Monochromatic Colors of #b651cd

#b651cd

Complementary Color

#b651cd #68cd51

#b651cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b651cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b651cd Color CSS Codes

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

#b651cd Text Font Color

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

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


#b651cd Background Color

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

This div background color is #b651cd


#b651cd Border Color

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

This div border color is #b651cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b651cd


Comments

No comments written yet.

Please login to write comment.