Color Hex Logo

#b427cb Color Hex

#B427CB
(180,39,203)
0 Favorites   0 Comments

Color spaces of #b427cb

RGB 18039203
HSL0.810.680.47
HSV292°81°80°
CMYK 0.110.810.00   0.20
XYZ30.327415.466157.8867
Yxy15.46610.29250.1492
Hunter Lab39.327068.8300-59.7421
CIE-Lab46.266173.2781-54.6650

#b427cb color RGB value is (180,39,203).

#b427cb hex color red value is 180, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b427cb hue: 0.81 , saturation: 0.68 and the lightness value of b427cb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 11001011
Octal 264 47 313
Decimal 180 39 203
Hex B4 27 CB

RGB Percentages of Color #b427cb

%42.65
%9.24
%48.10

CMYK Percentages of Color #b427cb

%11
%81
%0
%20

Triadic Colors of #b427cb

#b427cb #cbb427 #27cbb4

Analogous Colors of #b427cb

#b427cb #cb2790 #6227cb

Monochromatic Colors of #b427cb

#b427cb

Complementary Color

#b427cb #3ecb27

#b427cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427cb Color CSS Codes

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

#b427cb Text Font Color

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

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


#b427cb Background Color

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

This div background color is #b427cb


#b427cb Border Color

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

This div border color is #b427cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427cb


Comments

No comments written yet.

Please login to write comment.