Color Hex Logo

#b63bcf Color Hex

#B63BCF
(182,59,207)
0 Favorites   0 Comments

Color spaces of #b63bcf

RGB 18259207
HSL0.810.610.52
HSV290°71°81°
CMYK 0.120.710.00   0.19
XYZ32.117917.578060.7316
Yxy17.57800.29090.1592
Hunter Lab41.926163.3709-56.5355
CIE-Lab48.980268.1750-52.5974

#b63bcf color RGB value is (182,59,207).

#b63bcf hex color red value is 182, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b63bcf hue: 0.81 , saturation: 0.61 and the lightness value of b63bcf is 0.52.

The process color (four color CMYK) of #b63bcf color hex is 0.12, 0.71, 0.00, 0.19. Web safe color of #b63bcf is #cc33cc. Color #b63bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 11001111
Octal 266 73 317
Decimal 182 59 207
Hex B6 3B CF

RGB Percentages of Color #b63bcf

%40.63
%13.17
%46.21

CMYK Percentages of Color #b63bcf

%12
%71
%0
%19

Triadic Colors of #b63bcf

#b63bcf #cfb63b #3bcfb6

Analogous Colors of #b63bcf

#b63bcf #cf3b9e #6c3bcf

Monochromatic Colors of #b63bcf

#b63bcf

Complementary Color

#b63bcf #54cf3b

#b63bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bcf Color CSS Codes

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

#b63bcf Text Font Color

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

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


#b63bcf Background Color

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

This div background color is #b63bcf


#b63bcf Border Color

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

This div border color is #b63bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63bcf


Comments

No comments written yet.

Please login to write comment.