Color Hex Logo

#b63fcc Color Hex

#B63FCC
(182,63,204)
0 Favorites   0 Comments

Color spaces of #b63fcc

RGB 18263204
HSL0.810.580.52
HSV291°69°80°
CMYK 0.110.690.00   0.20
XYZ31.968017.859758.8891
Yxy17.85970.29400.1643
Hunter Lab42.260761.0695-53.0364
CIE-Lab49.325566.1441-50.3201

#b63fcc color RGB value is (182,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111111 11001100
Octal 266 77 314
Decimal 182 63 204
Hex B6 3F CC

RGB Percentages of Color #b63fcc

%40.53
%14.03
%45.43

CMYK Percentages of Color #b63fcc

%11
%69
%0
%20

Triadic Colors of #b63fcc

#b63fcc #ccb63f #3fccb6

Analogous Colors of #b63fcc

#b63fcc #cc3f9c #703fcc

Monochromatic Colors of #b63fcc

#b63fcc

Complementary Color

#b63fcc #55cc3f

#b63fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63fcc Color CSS Codes

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

#b63fcc Text Font Color

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

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


#b63fcc Background Color

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

This div background color is #b63fcc


#b63fcc Border Color

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

This div border color is #b63fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63fcc


Comments

No comments written yet.

Please login to write comment.