Color Hex Logo

#b63faf Color Hex

#B63FAF
(182,63,175)
0 Favorites   0 Comments

Color spaces of #b63faf

RGB 18263175
HSL0.840.490.48
HSV304°65°71°
CMYK 0.000.650.04   0.29
XYZ28.806816.595242.2424
Yxy16.59520.32870.1893
Hunter Lab40.737254.9339-32.9647
CIE-Lab47.745961.0911-35.9611

#b63faf color RGB value is (182,63,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111111 10101111
Octal 266 77 257
Decimal 182 63 175
Hex B6 3F AF

RGB Percentages of Color #b63faf

%43.33
%15.00
%41.67

CMYK Percentages of Color #b63faf

%0
%65
%4
%29

Triadic Colors of #b63faf

#b63faf #afb63f #3fafb6

Analogous Colors of #b63faf

#b63faf #b63f74 #823fb6

Monochromatic Colors of #b63faf

#b63faf

Complementary Color

#b63faf #3fb646

#b63faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63faf Color CSS Codes

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

#b63faf Text Font Color

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

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


#b63faf Background Color

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

This div background color is #b63faf


#b63faf Border Color

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

This div border color is #b63faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63faf


Comments

No comments written yet.

Please login to write comment.