Color Hex Logo

#b63dcc Color Hex

#B63DCC
(182,61,204)
0 Favorites   0 Comments

Color spaces of #b63dcc

RGB 18261204
HSL0.810.580.52
HSV291°70°80°
CMYK 0.110.700.00   0.20
XYZ31.859217.642258.8529
Yxy17.64220.29400.1628
Hunter Lab42.002661.8886-53.6737
CIE-Lab49.059266.8969-50.7457

#b63dcc color RGB value is (182,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111101 11001100
Octal 266 75 314
Decimal 182 61 204
Hex B6 3D CC

RGB Percentages of Color #b63dcc

%40.72
%13.65
%45.64

CMYK Percentages of Color #b63dcc

%11
%70
%0
%20

Triadic Colors of #b63dcc

#b63dcc #ccb63d #3dccb6

Analogous Colors of #b63dcc

#b63dcc #cc3d9b #6f3dcc

Monochromatic Colors of #b63dcc

#b63dcc

Complementary Color

#b63dcc #53cc3d

#b63dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63dcc Color CSS Codes

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

#b63dcc Text Font Color

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

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


#b63dcc Background Color

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

This div background color is #b63dcc


#b63dcc Border Color

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

This div border color is #b63dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63dcc


Comments

No comments written yet.

Please login to write comment.