Color Hex Logo

#b752dc Color Hex

#B752DC
(183,82,220)
0 Favorites   0 Comments

Color spaces of #b752dc

RGB 18382220
HSL0.790.660.59
HSV284°63°86°
CMYK 0.170.630.00   0.14
XYZ35.464021.269269.9463
Yxy21.26920.28000.1679
Hunter Lab46.118556.5546-57.6400
CIE-Lab53.242961.4984-53.1856

#b752dc color RGB value is (183,82,220).

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

The process color (four color CMYK) of #b752dc color hex is 0.17, 0.63, 0.00, 0.14. Web safe color of #b752dc is #cc66cc. Color #b752dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 11011100
Octal 267 122 334
Decimal 183 82 220
Hex B7 52 DC

RGB Percentages of Color #b752dc

%37.73
%16.91
%45.36

CMYK Percentages of Color #b752dc

%17
%63
%0
%14

Triadic Colors of #b752dc

#b752dc #dcb752 #52dcb7

Analogous Colors of #b752dc

#b752dc #dc52bc #7252dc

Monochromatic Colors of #b752dc

#b752dc

Complementary Color

#b752dc #77dc52

#b752dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b752dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b752dc Color CSS Codes

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

#b752dc Text Font Color

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

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


#b752dc Background Color

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

This div background color is #b752dc


#b752dc Border Color

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

This div border color is #b752dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b752dc


Comments

No comments written yet.

Please login to write comment.