Color Hex Logo

#b63868 Color Hex

#B63868
(182,56,104)
0 Favorites   0 Comments

Color spaces of #b63868

RGB 18256104
HSL0.940.530.47
HSV337°69°71°
CMYK 0.000.690.43   0.29
XYZ23.204313.772914.5321
Yxy13.77290.45050.2674
Hunter Lab37.111946.66192.7618
CIE-Lab43.905554.28441.0770

#b63868 color RGB value is (182,56,104).

#b63868 hex color red value is 182, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b63868 hue: 0.94 , saturation: 0.53 and the lightness value of b63868 is 0.47.

The process color (four color CMYK) of #b63868 color hex is 0.00, 0.69, 0.43, 0.29. Web safe color of #b63868 is #cc3366. Color #b63868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111000 01101000
Octal 266 70 150
Decimal 182 56 104
Hex B6 38 68

RGB Percentages of Color #b63868

%53.22
%16.37
%30.41

CMYK Percentages of Color #b63868

%0
%69
%43
%29

Triadic Colors of #b63868

#b63868 #68b638 #3868b6

Analogous Colors of #b63868

#b63868 #b64738 #b638a7

Monochromatic Colors of #b63868

#b63868

Complementary Color

#b63868 #38b686

#b63868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63868 Color CSS Codes

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

#b63868 Text Font Color

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

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


#b63868 Background Color

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

This div background color is #b63868


#b63868 Border Color

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

This div border color is #b63868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63868


Comments

No comments written yet.

Please login to write comment.