Color Hex Logo

#b636c1 Color Hex

#B636C1
(182,54,193)
0 Favorites   0 Comments

Color spaces of #b636c1

RGB 18254193
HSL0.820.560.48
HSV295°72°76°
CMYK 0.060.720.00   0.24
XYZ30.236216.433752.0305
Yxy16.43370.30630.1665
Hunter Lab40.538562.1943-47.7208
CIE-Lab47.538467.4510-46.8123

#b636c1 color RGB value is (182,54,193).

#b636c1 hex color red value is 182, green value is 54 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b636c1 hue: 0.82 , saturation: 0.56 and the lightness value of b636c1 is 0.48.

The process color (four color CMYK) of #b636c1 color hex is 0.06, 0.72, 0.00, 0.24. Web safe color of #b636c1 is #cc33cc. Color #b636c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110110 11000001
Octal 266 66 301
Decimal 182 54 193
Hex B6 36 C1

RGB Percentages of Color #b636c1

%42.42
%12.59
%44.99

CMYK Percentages of Color #b636c1

%6
%72
%0
%24

Triadic Colors of #b636c1

#b636c1 #c1b636 #36c1b6

Analogous Colors of #b636c1

#b636c1 #c13687 #7136c1

Monochromatic Colors of #b636c1

#b636c1

Complementary Color

#b636c1 #41c136

#b636c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b636c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b636c1 Color CSS Codes

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

#b636c1 Text Font Color

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

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


#b636c1 Background Color

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

This div background color is #b636c1


#b636c1 Border Color

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

This div border color is #b636c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b636c1


Comments

No comments written yet.

Please login to write comment.