Color Hex Logo

#b251ce Color Hex

#B251CE
(178,81,206)
0 Favorites   0 Comments

Color spaces of #b251ce

RGB 17881206
HSL0.800.560.56
HSV287°61°81°
CMYK 0.140.610.00   0.19
XYZ32.443119.806160.5055
Yxy19.80610.28770.1757
Hunter Lab44.504052.2430-49.4549
CIE-Lab51.617357.9798-47.8462

#b251ce color RGB value is (178,81,206).

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

The process color (four color CMYK) of #b251ce color hex is 0.14, 0.61, 0.00, 0.19. Web safe color of #b251ce is #9966cc. Color #b251ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 11001110
Octal 262 121 316
Decimal 178 81 206
Hex B2 51 CE

RGB Percentages of Color #b251ce

%38.28
%17.42
%44.30

CMYK Percentages of Color #b251ce

%14
%61
%0
%19

Triadic Colors of #b251ce

#b251ce #ceb251 #51ceb2

Analogous Colors of #b251ce

#b251ce #ce51ac #7451ce

Monochromatic Colors of #b251ce

#b251ce

Complementary Color

#b251ce #6dce51

#b251ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251ce Color CSS Codes

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

#b251ce Text Font Color

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

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


#b251ce Background Color

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

This div background color is #b251ce


#b251ce Border Color

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

This div border color is #b251ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251ce


Comments

No comments written yet.

Please login to write comment.