Color Hex Logo

#b439cd Color Hex

#B439CD
(180,57,205)
0 Favorites   0 Comments

Color spaces of #b439cd

RGB 18057205
HSL0.810.600.51
HSV290°72°80°
CMYK 0.120.720.00   0.20
XYZ31.305017.037359.3962
Yxy17.03730.29060.1581
Hunter Lab41.276363.1456-56.4244
CIE-Lab48.307068.1135-52.5425

#b439cd color RGB value is (180,57,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 11001101
Octal 264 71 315
Decimal 180 57 205
Hex B4 39 CD

RGB Percentages of Color #b439cd

%40.72
%12.90
%46.38

CMYK Percentages of Color #b439cd

%12
%72
%0
%20

Triadic Colors of #b439cd

#b439cd #cdb439 #39cdb4

Analogous Colors of #b439cd

#b439cd #cd399c #6a39cd

Monochromatic Colors of #b439cd

#b439cd

Complementary Color

#b439cd #52cd39

#b439cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439cd Color CSS Codes

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

#b439cd Text Font Color

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

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


#b439cd Background Color

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

This div background color is #b439cd


#b439cd Border Color

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

This div border color is #b439cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439cd


Comments

No comments written yet.

Please login to write comment.