Color Hex Logo

#b63cca Color Hex

#B63CCA
(182,60,202)
0 Favorites   0 Comments

Color spaces of #b63cca

RGB 18260202
HSL0.810.570.51
HSV292°70°79°
CMYK 0.100.700.00   0.21
XYZ31.567917.441157.5798
Yxy17.44110.29620.1636
Hunter Lab41.762561.8420-52.5119
CIE-Lab48.811166.9046-49.9903

#b63cca color RGB value is (182,60,202).

#b63cca hex color red value is 182, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b63cca hue: 0.81 , saturation: 0.57 and the lightness value of b63cca is 0.51.

The process color (four color CMYK) of #b63cca color hex is 0.10, 0.70, 0.00, 0.21. Web safe color of #b63cca is #cc33cc. Color #b63cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111100 11001010
Octal 266 74 312
Decimal 182 60 202
Hex B6 3C CA

RGB Percentages of Color #b63cca

%40.99
%13.51
%45.50

CMYK Percentages of Color #b63cca

%10
%70
%0
%21

Triadic Colors of #b63cca

#b63cca #cab63c #3ccab6

Analogous Colors of #b63cca

#b63cca #ca3c97 #6f3cca

Monochromatic Colors of #b63cca

#b63cca

Complementary Color

#b63cca #50ca3c

#b63cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63cca Color CSS Codes

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

#b63cca Text Font Color

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

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


#b63cca Background Color

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

This div background color is #b63cca


#b63cca Border Color

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

This div border color is #b63cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63cca


Comments

No comments written yet.

Please login to write comment.