Color Hex Logo

#b439cf Color Hex

#B439CF
(180,57,207)
0 Favorites   0 Comments

Color spaces of #b439cf

RGB 18057207
HSL0.800.610.52
HSV289°72°81°
CMYK 0.130.720.00   0.19
XYZ31.548017.134560.6760
Yxy17.13450.28850.1567
Hunter Lab41.393863.6032-57.9329
CIE-Lab48.429168.4785-53.4974

#b439cf color RGB value is (180,57,207).

#b439cf hex color red value is 180, green value is 57 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b439cf hue: 0.80 , saturation: 0.61 and the lightness value of b439cf is 0.52.

The process color (four color CMYK) of #b439cf color hex is 0.13, 0.72, 0.00, 0.19. Web safe color of #b439cf is #cc33cc. Color #b439cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 11001111
Octal 264 71 317
Decimal 180 57 207
Hex B4 39 CF

RGB Percentages of Color #b439cf

%40.54
%12.84
%46.62

CMYK Percentages of Color #b439cf

%13
%72
%0
%19

Triadic Colors of #b439cf

#b439cf #cfb439 #39cfb4

Analogous Colors of #b439cf

#b439cf #cf399f #6939cf

Monochromatic Colors of #b439cf

#b439cf

Complementary Color

#b439cf #54cf39

#b439cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439cf Color CSS Codes

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

#b439cf Text Font Color

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

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


#b439cf Background Color

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

This div background color is #b439cf


#b439cf Border Color

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

This div border color is #b439cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439cf


Comments

No comments written yet.

Please login to write comment.