Color Hex Logo

#b641df Color Hex

#B641DF
(182,65,223)
0 Favorites   0 Comments

Color spaces of #b641df

RGB 18265223
HSL0.790.710.56
HSV284°71°87°
CMYK 0.180.710.00   0.13
XYZ34.501019.053471.6713
Yxy19.05340.27550.1522
Hunter Lab43.650264.6981-66.7959
CIE-Lab50.749668.9571-58.8914

#b641df color RGB value is (182,65,223).

#b641df hex color red value is 182, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b641df hue: 0.79 , saturation: 0.71 and the lightness value of b641df is 0.56.

The process color (four color CMYK) of #b641df color hex is 0.18, 0.71, 0.00, 0.13. Web safe color of #b641df is #cc33cc. Color #b641df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 11011111
Octal 266 101 337
Decimal 182 65 223
Hex B6 41 DF

RGB Percentages of Color #b641df

%38.72
%13.83
%47.45

CMYK Percentages of Color #b641df

%18
%71
%0
%13

Triadic Colors of #b641df

#b641df #dfb641 #41dfb6

Analogous Colors of #b641df

#b641df #df41b9 #6741df

Monochromatic Colors of #b641df

#b641df

Complementary Color

#b641df #6adf41

#b641df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b641df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b641df Color CSS Codes

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

#b641df Text Font Color

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

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


#b641df Background Color

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

This div background color is #b641df


#b641df Border Color

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

This div border color is #b641df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b641df


Comments

No comments written yet.

Please login to write comment.