Color Hex Logo

#b634d7 Color Hex

#B634D7
(182,52,215)
0 Favorites   0 Comments

Color spaces of #b634d7

RGB 18252215
HSL0.800.670.52
HSV288°76°84°
CMYK 0.150.760.00   0.16
XYZ32.785117.307465.9027
Yxy17.30740.28260.1492
Hunter Lab41.602267.8653-64.8008
CIE-Lab48.645072.0147-57.7212

#b634d7 color RGB value is (182,52,215).

#b634d7 hex color red value is 182, green value is 52 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b634d7 hue: 0.80 , saturation: 0.67 and the lightness value of b634d7 is 0.52.

The process color (four color CMYK) of #b634d7 color hex is 0.15, 0.76, 0.00, 0.16. Web safe color of #b634d7 is #cc33cc. Color #b634d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 11010111
Octal 266 64 327
Decimal 182 52 215
Hex B6 34 D7

RGB Percentages of Color #b634d7

%40.53
%11.58
%47.88

CMYK Percentages of Color #b634d7

%15
%76
%0
%16

Triadic Colors of #b634d7

#b634d7 #d7b634 #34d7b6

Analogous Colors of #b634d7

#b634d7 #d734a7 #6534d7

Monochromatic Colors of #b634d7

#b634d7

Complementary Color

#b634d7 #55d734

#b634d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b634d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b634d7 Color CSS Codes

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

#b634d7 Text Font Color

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

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


#b634d7 Background Color

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

This div background color is #b634d7


#b634d7 Border Color

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

This div border color is #b634d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b634d7


Comments

No comments written yet.

Please login to write comment.