Color Hex Logo

#b762fc Color Hex

#B762FC
(183,98,252)
0 Favorites   0 Comments

Color spaces of #b762fc

RGB 18398252
HSL0.760.960.69
HSV273°61°99°
CMYK 0.270.610.00   0.01
XYZ41.466825.830994.8958
Yxy25.83090.25570.1593
Hunter Lab50.824156.6939-75.1259
CIE-Lab57.876260.7877-63.6678

#b762fc color RGB value is (183,98,252).

#b762fc hex color red value is 183, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b762fc hue: 0.76 , saturation: 0.96 and the lightness value of b762fc is 0.69.

The process color (four color CMYK) of #b762fc color hex is 0.27, 0.61, 0.00, 0.01. Web safe color of #b762fc is #cc66ff. Color #b762fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 11111100
Octal 267 142 374
Decimal 183 98 252
Hex B7 62 FC

RGB Percentages of Color #b762fc

%34.33
%18.39
%47.28

CMYK Percentages of Color #b762fc

%27
%61
%0
%1

Triadic Colors of #b762fc

#b762fc #fcb762 #62fcb7

Analogous Colors of #b762fc

#b762fc #fc62f4 #6a62fc

Monochromatic Colors of #b762fc

#b762fc

Complementary Color

#b762fc #a7fc62

#b762fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762fc Color CSS Codes

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

#b762fc Text Font Color

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

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


#b762fc Background Color

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

This div background color is #b762fc


#b762fc Border Color

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

This div border color is #b762fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762fc


Comments

No comments written yet.

Please login to write comment.