Color Hex Logo

#b641cd Color Hex

#B641CD
(182,65,205)
0 Favorites   0 Comments

Color spaces of #b641cd

RGB 18265205
HSL0.810.580.53
HSV290°68°80°
CMYK 0.110.680.00   0.20
XYZ32.201118.133559.5605
Yxy18.13350.29300.1650
Hunter Lab42.583460.4586-53.1192
CIE-Lab49.657665.5556-50.3643

#b641cd color RGB value is (182,65,205).

#b641cd hex color red value is 182, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b641cd hue: 0.81 , saturation: 0.58 and the lightness value of b641cd is 0.53.

The process color (four color CMYK) of #b641cd color hex is 0.11, 0.68, 0.00, 0.20. Web safe color of #b641cd is #cc33cc. Color #b641cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 11001101
Octal 266 101 315
Decimal 182 65 205
Hex B6 41 CD

RGB Percentages of Color #b641cd

%40.27
%14.38
%45.35

CMYK Percentages of Color #b641cd

%11
%68
%0
%20

Triadic Colors of #b641cd

#b641cd #cdb641 #41cdb6

Analogous Colors of #b641cd

#b641cd #cd419e #7041cd

Monochromatic Colors of #b641cd

#b641cd

Complementary Color

#b641cd #58cd41

#b641cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b641cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b641cd Color CSS Codes

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

#b641cd Text Font Color

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

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


#b641cd Background Color

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

This div background color is #b641cd


#b641cd Border Color

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

This div border color is #b641cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b641cd


Comments

No comments written yet.

Please login to write comment.