Color Hex Logo

#b507ce Color Hex

#B507CE
(181,7,206)
0 Favorites   0 Comments

Color spaces of #b507ce

RGB 1817206
HSL0.810.930.42
HSV292°97°81°
CMYK 0.120.970.00   0.19
XYZ30.272614.431959.5826
Yxy14.43190.29030.1384
Hunter Lab37.989375.7601-66.3981
CIE-Lab44.846179.1930-58.6804

#b507ce color RGB value is (181,7,206).

#b507ce hex color red value is 181, green value is 7 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b507ce hue: 0.81 , saturation: 0.93 and the lightness value of b507ce is 0.42.

The process color (four color CMYK) of #b507ce color hex is 0.12, 0.97, 0.00, 0.19. Web safe color of #b507ce is #cc00cc. Color #b507ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 11001110
Octal 265 7 316
Decimal 181 7 206
Hex B5 7 CE

RGB Percentages of Color #b507ce

%45.94
%1.78
%52.28

CMYK Percentages of Color #b507ce

%12
%97
%0
%19

Triadic Colors of #b507ce

#b507ce #ceb507 #07ceb5

Analogous Colors of #b507ce

#b507ce #ce0784 #5207ce

Monochromatic Colors of #b507ce

#b507ce

Complementary Color

#b507ce #20ce07

#b507ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507ce Color CSS Codes

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

#b507ce Text Font Color

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

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


#b507ce Background Color

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

This div background color is #b507ce


#b507ce Border Color

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

This div border color is #b507ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,7,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507ce


Comments

No comments written yet.

Please login to write comment.