Color Hex Logo

#b752fd Color Hex

#B752FD
(183,82,253)
0 Favorites   0 Comments

Color spaces of #b752fd

RGB 18382253
HSL0.770.980.66
HSV275°68°99°
CMYK 0.280.680.00   0.01
XYZ40.275423.193795.2826
Yxy23.19370.25370.1461
Hunter Lab48.159864.9973-83.5914
CIE-Lab55.271368.3485-68.4182

#b752fd color RGB value is (183,82,253).

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

The process color (four color CMYK) of #b752fd color hex is 0.28, 0.68, 0.00, 0.01. Web safe color of #b752fd is #cc66ff. Color #b752fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 11111101
Octal 267 122 375
Decimal 183 82 253
Hex B7 52 FD

RGB Percentages of Color #b752fd

%35.33
%15.83
%48.84

CMYK Percentages of Color #b752fd

%28
%68
%0
%1

Triadic Colors of #b752fd

#b752fd #fdb752 #52fdb7

Analogous Colors of #b752fd

#b752fd #fd52ee #6152fd

Monochromatic Colors of #b752fd

#b752fd

Complementary Color

#b752fd #98fd52

#b752fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b752fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b752fd Color CSS Codes

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

#b752fd Text Font Color

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

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


#b752fd Background Color

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

This div background color is #b752fd


#b752fd Border Color

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

This div border color is #b752fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b752fd

Related Colors


Comments

No comments written yet.

Please login to write comment.