Color Hex Logo

#b762dc Color Hex

#B762DC
(183,98,220)
0 Favorites   0 Comments

Color spaces of #b762dc

RGB 18398220
HSL0.780.640.62
HSV282°55°86°
CMYK 0.170.550.00   0.14
XYZ36.814423.970070.3965
Yxy23.97000.28060.1827
Hunter Lab48.959248.5429-50.9794
CIE-Lab56.057753.8774-48.7018

#b762dc color RGB value is (183,98,220).

#b762dc hex color red value is 183, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b762dc hue: 0.78 , saturation: 0.64 and the lightness value of b762dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 11011100
Octal 267 142 334
Decimal 183 98 220
Hex B7 62 DC

RGB Percentages of Color #b762dc

%36.53
%19.56
%43.91

CMYK Percentages of Color #b762dc

%17
%55
%0
%14

Triadic Colors of #b762dc

#b762dc #dcb762 #62dcb7

Analogous Colors of #b762dc

#b762dc #dc62c4 #7a62dc

Monochromatic Colors of #b762dc

#b762dc

Complementary Color

#b762dc #87dc62

#b762dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762dc Color CSS Codes

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

#b762dc Text Font Color

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

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


#b762dc Background Color

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

This div background color is #b762dc


#b762dc Border Color

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

This div border color is #b762dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762dc


Comments

No comments written yet.

Please login to write comment.