Color Hex Logo

#b63cdc Color Hex

#B63CDC
(182,60,220)
0 Favorites   0 Comments

Color spaces of #b63cdc

RGB 18260220
HSL0.790.700.55
HSV286°73°86°
CMYK 0.170.730.00   0.14
XYZ33.825518.344169.4681
Yxy18.34410.27810.1508
Hunter Lab42.830066.0199-66.1844
CIE-Lab49.910870.2294-58.5363

#b63cdc color RGB value is (182,60,220).

#b63cdc hex color red value is 182, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b63cdc hue: 0.79 , saturation: 0.70 and the lightness value of b63cdc is 0.55.

The process color (four color CMYK) of #b63cdc color hex is 0.17, 0.73, 0.00, 0.14. Web safe color of #b63cdc is #cc33cc. Color #b63cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111100 11011100
Octal 266 74 334
Decimal 182 60 220
Hex B6 3C DC

RGB Percentages of Color #b63cdc

%39.39
%12.99
%47.62

CMYK Percentages of Color #b63cdc

%17
%73
%0
%14

Triadic Colors of #b63cdc

#b63cdc #dcb63c #3cdcb6

Analogous Colors of #b63cdc

#b63cdc #dc3cb2 #663cdc

Monochromatic Colors of #b63cdc

#b63cdc

Complementary Color

#b63cdc #62dc3c

#b63cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63cdc Color CSS Codes

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

#b63cdc Text Font Color

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

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


#b63cdc Background Color

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

This div background color is #b63cdc


#b63cdc Border Color

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

This div border color is #b63cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63cdc


Comments

No comments written yet.

Please login to write comment.