Color Hex Logo

#b751ce Color Hex

#B751CE
(183,81,206)
0 Favorites   0 Comments

Color spaces of #b751ce

RGB 18381206
HSL0.800.560.56
HSV289°61°81°
CMYK 0.110.610.00   0.19
XYZ33.611420.408460.5602
Yxy20.40840.29330.1781
Hunter Lab45.175753.7494-47.8582
CIE-Lab52.295859.2000-46.7257

#b751ce color RGB value is (183,81,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 11001110
Octal 267 121 316
Decimal 183 81 206
Hex B7 51 CE

RGB Percentages of Color #b751ce

%38.94
%17.23
%43.83

CMYK Percentages of Color #b751ce

%11
%61
%0
%19

Triadic Colors of #b751ce

#b751ce #ceb751 #51ceb7

Analogous Colors of #b751ce

#b751ce #ce51a7 #7951ce

Monochromatic Colors of #b751ce

#b751ce

Complementary Color

#b751ce #68ce51

#b751ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b751ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b751ce Color CSS Codes

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

#b751ce Text Font Color

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

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


#b751ce Background Color

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

This div background color is #b751ce


#b751ce Border Color

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

This div border color is #b751ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b751ce


Comments

No comments written yet.

Please login to write comment.