Color Hex Logo

#b504cf Color Hex

#B504CF
(181,4,207)
0 Favorites   0 Comments

Color spaces of #b504cf

RGB 1814207
HSL0.810.960.41
HSV292°98°81°
CMYK 0.130.980.00   0.19
XYZ30.362014.415660.2137
Yxy14.41560.28920.1373
Hunter Lab37.967976.2984-67.4512
CIE-Lab44.823179.6275-59.2954

#b504cf color RGB value is (181,4,207).

#b504cf hex color red value is 181, green value is 4 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b504cf hue: 0.81 , saturation: 0.96 and the lightness value of b504cf is 0.41.

The process color (four color CMYK) of #b504cf color hex is 0.13, 0.98, 0.00, 0.19. Web safe color of #b504cf is #cc00cc. Color #b504cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000100 11001111
Octal 265 4 317
Decimal 181 4 207
Hex B5 4 CF

RGB Percentages of Color #b504cf

%46.17
%1.02
%52.81

CMYK Percentages of Color #b504cf

%13
%98
%0
%19

Triadic Colors of #b504cf

#b504cf #cfb504 #04cfb5

Analogous Colors of #b504cf

#b504cf #cf0484 #5004cf

Monochromatic Colors of #b504cf

#b504cf

Complementary Color

#b504cf #1ecf04

#b504cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b504cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b504cf Color CSS Codes

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

#b504cf Text Font Color

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

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


#b504cf Background Color

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

This div background color is #b504cf


#b504cf Border Color

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

This div border color is #b504cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b504cf


Comments

No comments written yet.

Please login to write comment.