Color Hex Logo

#b135ec Color Hex

#B135EC
(177,53,236)
0 Favorites   0 Comments

Color spaces of #b135ec

RGB 17753236
HSL0.780.830.57
HSV281°78°93°
CMYK 0.250.780.00   0.07
XYZ34.544917.949481.0008
Yxy17.94940.25880.1345
Hunter Lab42.366771.4032-83.6996
CIE-Lab49.434774.7762-68.4017

#b135ec color RGB value is (177,53,236).

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

The process color (four color CMYK) of #b135ec color hex is 0.25, 0.78, 0.00, 0.07. Web safe color of #b135ec is #9933ff. Color #b135ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110101 11101100
Octal 261 65 354
Decimal 177 53 236
Hex B1 35 EC

RGB Percentages of Color #b135ec

%37.98
%11.37
%50.64

CMYK Percentages of Color #b135ec

%25
%78
%0
%7

Triadic Colors of #b135ec

#b135ec #ecb135 #35ecb1

Analogous Colors of #b135ec

#b135ec #ec35cc #5635ec

Monochromatic Colors of #b135ec

#b135ec

Complementary Color

#b135ec #70ec35

#b135ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b135ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b135ec Color CSS Codes

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

#b135ec Text Font Color

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

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


#b135ec Background Color

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

This div background color is #b135ec


#b135ec Border Color

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

This div border color is #b135ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b135ec


Comments

No comments written yet.

Please login to write comment.