Color Hex Logo

#b63cbf Color Hex

#B63CBF
(182,60,191)
0 Favorites   0 Comments

Color spaces of #b63cbf

RGB 18260191
HSL0.820.520.49
HSV296°69°75°
CMYK 0.050.690.00   0.25
XYZ30.311216.938450.9621
Yxy16.93840.30860.1725
Hunter Lab41.156359.4400-44.6069
CIE-Lab48.182364.9576-44.6245

#b63cbf color RGB value is (182,60,191).

#b63cbf hex color red value is 182, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b63cbf hue: 0.82 , saturation: 0.52 and the lightness value of b63cbf is 0.49.

The process color (four color CMYK) of #b63cbf color hex is 0.05, 0.69, 0.00, 0.25. Web safe color of #b63cbf is #cc33cc. Color #b63cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111100 10111111
Octal 266 74 277
Decimal 182 60 191
Hex B6 3C BF

RGB Percentages of Color #b63cbf

%42.03
%13.86
%44.11

CMYK Percentages of Color #b63cbf

%5
%69
%0
%25

Triadic Colors of #b63cbf

#b63cbf #bfb63c #3cbfb6

Analogous Colors of #b63cbf

#b63cbf #bf3c87 #753cbf

Monochromatic Colors of #b63cbf

#b63cbf

Complementary Color

#b63cbf #45bf3c

#b63cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63cbf Color CSS Codes

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

#b63cbf Text Font Color

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

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


#b63cbf Background Color

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

This div background color is #b63cbf


#b63cbf Border Color

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

This div border color is #b63cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63cbf


Comments

No comments written yet.

Please login to write comment.