Color Hex Logo

#b83068 Color Hex

#B83068
(184,48,104)
0 Favorites   0 Comments

Color spaces of #b83068

RGB 18448104
HSL0.930.590.45
HSV335°74°72°
CMYK 0.000.740.43   0.28
XYZ23.322813.303714.4353
Yxy13.30370.45680.2605
Hunter Lab36.474250.30872.0669
CIE-Lab43.217357.78160.1180

#b83068 color RGB value is (184,48,104).

#b83068 hex color red value is 184, green value is 48 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b83068 hue: 0.93 , saturation: 0.59 and the lightness value of b83068 is 0.45.

The process color (four color CMYK) of #b83068 color hex is 0.00, 0.74, 0.43, 0.28. Web safe color of #b83068 is #cc3366. Color #b83068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 01101000
Octal 270 60 150
Decimal 184 48 104
Hex B8 30 68

RGB Percentages of Color #b83068

%54.76
%14.29
%30.95

CMYK Percentages of Color #b83068

%0
%74
%43
%28

Triadic Colors of #b83068

#b83068 #68b830 #3068b8

Analogous Colors of #b83068

#b83068 #b83c30 #b830ac

Monochromatic Colors of #b83068

#b83068

Complementary Color

#b83068 #30b880

#b83068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83068 Color CSS Codes

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

#b83068 Text Font Color

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

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


#b83068 Background Color

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

This div background color is #b83068


#b83068 Border Color

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

This div border color is #b83068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83068


Comments

No comments written yet.

Please login to write comment.