Color Hex Logo

#b636ec Color Hex

#B636EC
(182,54,236)
0 Favorites   0 Comments

Color spaces of #b636ec

RGB 18254236
HSL0.780.830.57
HSV282°77°93°
CMYK 0.230.770.00   0.07
XYZ35.750918.639581.0704
Yxy18.63950.26390.1376
Hunter Lab43.173572.2578-81.1123
CIE-Lab50.262775.3119-67.0259

#b636ec color RGB value is (182,54,236).

#b636ec hex color red value is 182, green value is 54 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b636ec hue: 0.78 , saturation: 0.83 and the lightness value of b636ec is 0.57.

The process color (four color CMYK) of #b636ec color hex is 0.23, 0.77, 0.00, 0.07. Web safe color of #b636ec is #cc33ff. Color #b636ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110110 11101100
Octal 266 66 354
Decimal 182 54 236
Hex B6 36 EC

RGB Percentages of Color #b636ec

%38.56
%11.44
%50.00

CMYK Percentages of Color #b636ec

%23
%77
%0
%7

Triadic Colors of #b636ec

#b636ec #ecb636 #36ecb6

Analogous Colors of #b636ec

#b636ec #ec36c7 #5b36ec

Monochromatic Colors of #b636ec

#b636ec

Complementary Color

#b636ec #6cec36

#b636ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b636ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b636ec Color CSS Codes

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

#b636ec Text Font Color

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

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


#b636ec Background Color

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

This div background color is #b636ec


#b636ec Border Color

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

This div border color is #b636ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b636ec


Comments

No comments written yet.

Please login to write comment.