Color Hex Logo

#b427cd Color Hex

#B427CD
(180,39,205)
0 Favorites   0 Comments

Color spaces of #b427cd

RGB 18039205
HSL0.810.680.48
HSV291°81°80°
CMYK 0.120.810.00   0.20
XYZ30.567415.562159.1503
Yxy15.56210.29030.1478
Hunter Lab39.448869.2774-61.2863
CIE-Lab46.394773.6228-55.6138

#b427cd color RGB value is (180,39,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 11001101
Octal 264 47 315
Decimal 180 39 205
Hex B4 27 CD

RGB Percentages of Color #b427cd

%42.45
%9.20
%48.35

CMYK Percentages of Color #b427cd

%12
%81
%0
%20

Triadic Colors of #b427cd

#b427cd #cdb427 #27cdb4

Analogous Colors of #b427cd

#b427cd #cd2793 #6127cd

Monochromatic Colors of #b427cd

#b427cd

Complementary Color

#b427cd #40cd27

#b427cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427cd Color CSS Codes

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

#b427cd Text Font Color

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

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


#b427cd Background Color

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

This div background color is #b427cd


#b427cd Border Color

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

This div border color is #b427cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427cd


Comments

No comments written yet.

Please login to write comment.