Color Hex Logo

#b634af Color Hex

#B634AF
(182,52,175)
0 Favorites   0 Comments

Color spaces of #b634af

RGB 18252175
HSL0.840.560.46
HSV303°71°71°
CMYK 0.000.710.04   0.29
XYZ28.257315.496242.0592
Yxy15.49620.32930.1806
Hunter Lab39.365259.2425-35.7919
CIE-Lab46.306565.1463-38.2317

#b634af color RGB value is (182,52,175).

#b634af hex color red value is 182, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b634af hue: 0.84 , saturation: 0.56 and the lightness value of b634af is 0.46.

The process color (four color CMYK) of #b634af color hex is 0.00, 0.71, 0.04, 0.29. Web safe color of #b634af is #cc3399. Color #b634af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 10101111
Octal 266 64 257
Decimal 182 52 175
Hex B6 34 AF

RGB Percentages of Color #b634af

%44.50
%12.71
%42.79

CMYK Percentages of Color #b634af

%0
%71
%4
%29

Triadic Colors of #b634af

#b634af #afb634 #34afb6

Analogous Colors of #b634af

#b634af #b6346e #7c34b6

Monochromatic Colors of #b634af

#b634af

Complementary Color

#b634af #34b63b

#b634af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b634af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b634af Color CSS Codes

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

#b634af Text Font Color

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

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


#b634af Background Color

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

This div background color is #b634af


#b634af Border Color

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

This div border color is #b634af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b634af


Comments

No comments written yet.

Please login to write comment.