Color Hex Logo

#b426cd Color Hex

#B426CD
(180,38,205)
0 Favorites   0 Comments

Color spaces of #b426cd

RGB 18038205
HSL0.810.690.48
HSV291°81°80°
CMYK 0.120.810.00   0.20
XYZ30.534915.497359.1395
Yxy15.49730.29030.1474
Hunter Lab39.366669.5628-61.5133
CIE-Lab46.307973.8752-55.7534

#b426cd color RGB value is (180,38,205).

#b426cd hex color red value is 180, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b426cd hue: 0.81 , saturation: 0.69 and the lightness value of b426cd is 0.48.

The process color (four color CMYK) of #b426cd color hex is 0.12, 0.81, 0.00, 0.20. Web safe color of #b426cd is #cc33cc. Color #b426cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 11001101
Octal 264 46 315
Decimal 180 38 205
Hex B4 26 CD

RGB Percentages of Color #b426cd

%42.55
%8.98
%48.46

CMYK Percentages of Color #b426cd

%12
%81
%0
%20

Triadic Colors of #b426cd

#b426cd #cdb426 #26cdb4

Analogous Colors of #b426cd

#b426cd #cd2693 #6126cd

Monochromatic Colors of #b426cd

#b426cd

Complementary Color

#b426cd #3fcd26

#b426cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b426cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b426cd Color CSS Codes

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

#b426cd Text Font Color

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

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


#b426cd Background Color

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

This div background color is #b426cd


#b426cd Border Color

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

This div border color is #b426cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,38,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b426cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b426cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b426cd;
  box-shadow:         1px 1px 3px 2px #b426cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,38,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b426cd


Comments

No comments written yet.

Please login to write comment.