Color Hex Logo

#b451ce Color Hex

#B451CE
(180,81,206)
0 Favorites   0 Comments

Color spaces of #b451ce

RGB 18081206
HSL0.800.560.56
HSV288°61°81°
CMYK 0.130.610.00   0.19
XYZ32.905420.044460.5272
Yxy20.04440.29000.1766
Hunter Lab44.771052.8433-48.8162
CIE-Lab51.887458.4675-47.4001

#b451ce color RGB value is (180,81,206).

#b451ce hex color red value is 180, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b451ce hue: 0.80 , saturation: 0.56 and the lightness value of b451ce is 0.56.

The process color (four color CMYK) of #b451ce color hex is 0.13, 0.61, 0.00, 0.19. Web safe color of #b451ce is #cc66cc. Color #b451ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 11001110
Octal 264 121 316
Decimal 180 81 206
Hex B4 51 CE

RGB Percentages of Color #b451ce

%38.54
%17.34
%44.11

CMYK Percentages of Color #b451ce

%13
%61
%0
%19

Triadic Colors of #b451ce

#b451ce #ceb451 #51ceb4

Analogous Colors of #b451ce

#b451ce #ce51aa #7651ce

Monochromatic Colors of #b451ce

#b451ce

Complementary Color

#b451ce #6bce51

#b451ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b451ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b451ce Color CSS Codes

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

#b451ce Text Font Color

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

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


#b451ce Background Color

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

This div background color is #b451ce


#b451ce Border Color

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

This div border color is #b451ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b451ce


Comments

No comments written yet.

Please login to write comment.