Color Hex Logo

#b634df Color Hex

#B634DF
(182,52,223)
0 Favorites   0 Comments

Color spaces of #b634df

RGB 18252223
HSL0.790.730.54
HSV286°77°87°
CMYK 0.180.770.00   0.13
XYZ33.838717.728871.4505
Yxy17.72880.27510.1441
Hunter Lab42.105669.7691-71.1375
CIE-Lab49.165573.4881-61.4438

#b634df color RGB value is (182,52,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 11011111
Octal 266 64 337
Decimal 182 52 223
Hex B6 34 DF

RGB Percentages of Color #b634df

%39.82
%11.38
%48.80

CMYK Percentages of Color #b634df

%18
%77
%0
%13

Triadic Colors of #b634df

#b634df #dfb634 #34dfb6

Analogous Colors of #b634df

#b634df #df34b3 #6034df

Monochromatic Colors of #b634df

#b634df

Complementary Color

#b634df #5ddf34

#b634df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b634df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b634df Color CSS Codes

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

#b634df Text Font Color

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

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


#b634df Background Color

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

This div background color is #b634df


#b634df Border Color

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

This div border color is #b634df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b634df


Comments

No comments written yet.

Please login to write comment.