Color Hex Logo

#b752fb Color Hex

#B752FB
(183,82,251)
0 Favorites   0 Comments

Color spaces of #b752fb

RGB 18382251
HSL0.770.950.65
HSV276°67°98°
CMYK 0.270.670.00   0.02
XYZ39.958323.066993.6131
Yxy23.06690.25510.1473
Hunter Lab48.028064.4592-81.9446
CIE-Lab55.141267.9211-67.5187

#b752fb color RGB value is (183,82,251).

#b752fb hex color red value is 183, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b752fb hue: 0.77 , saturation: 0.95 and the lightness value of b752fb is 0.65.

The process color (four color CMYK) of #b752fb color hex is 0.27, 0.67, 0.00, 0.02. Web safe color of #b752fb is #cc66ff. Color #b752fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 11111011
Octal 267 122 373
Decimal 183 82 251
Hex B7 52 FB

RGB Percentages of Color #b752fb

%35.47
%15.89
%48.64

CMYK Percentages of Color #b752fb

%27
%67
%0
%2

Triadic Colors of #b752fb

#b752fb #fbb752 #52fbb7

Analogous Colors of #b752fb

#b752fb #fb52eb #6352fb

Monochromatic Colors of #b752fb

#b752fb

Complementary Color

#b752fb #96fb52

#b752fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b752fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b752fb Color CSS Codes

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

#b752fb Text Font Color

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

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


#b752fb Background Color

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

This div background color is #b752fb


#b752fb Border Color

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

This div border color is #b752fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,82,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b752fb

Related Colors


Comments

No comments written yet.

Please login to write comment.