Color Hex Logo

#b620cf Color Hex

#B620CF
(182,32,207)
0 Favorites   0 Comments

Color spaces of #b620cf

RGB 18232207
HSL0.810.730.47
HSV291°85°81°
CMYK 0.120.850.00   0.19
XYZ31.070415.483160.3824
Yxy15.48310.29060.1448
Hunter Lab39.348672.0871-63.4395
CIE-Lab46.288975.9475-56.9214

#b620cf color RGB value is (182,32,207).

#b620cf hex color red value is 182, green value is 32 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b620cf hue: 0.81 , saturation: 0.73 and the lightness value of b620cf is 0.47.

The process color (four color CMYK) of #b620cf color hex is 0.12, 0.85, 0.00, 0.19. Web safe color of #b620cf is #cc33cc. Color #b620cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 11001111
Octal 266 40 317
Decimal 182 32 207
Hex B6 20 CF

RGB Percentages of Color #b620cf

%43.23
%7.60
%49.17

CMYK Percentages of Color #b620cf

%12
%85
%0
%19

Triadic Colors of #b620cf

#b620cf #cfb620 #20cfb6

Analogous Colors of #b620cf

#b620cf #cf2091 #5e20cf

Monochromatic Colors of #b620cf

#b620cf

Complementary Color

#b620cf #39cf20

#b620cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b620cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b620cf Color CSS Codes

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

#b620cf Text Font Color

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

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


#b620cf Background Color

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

This div background color is #b620cf


#b620cf Border Color

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

This div border color is #b620cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,32,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b620cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b620cf;
  -webkit-box-shadow: 1px 1px 3px 2px #b620cf;
  box-shadow:         1px 1px 3px 2px #b620cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,32,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b620cf


Comments

No comments written yet.

Please login to write comment.