Color Hex Logo

#b84068 Color Hex

#B84068
(184,64,104)
0 Favorites   0 Comments

Color spaces of #b84068

RGB 18464104
HSL0.940.480.49
HSV340°65°72°
CMYK 0.000.650.43   0.28
XYZ24.099314.856614.6941
Yxy14.85660.44920.2769
Hunter Lab38.544344.15244.3781
CIE-Lab45.437251.64943.3395

#b84068 color RGB value is (184,64,104).

#b84068 hex color red value is 184, green value is 64 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b84068 hue: 0.94 , saturation: 0.48 and the lightness value of b84068 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000000 01101000
Octal 270 100 150
Decimal 184 64 104
Hex B8 40 68

RGB Percentages of Color #b84068

%52.27
%18.18
%29.55

CMYK Percentages of Color #b84068

%0
%65
%43
%28

Triadic Colors of #b84068

#b84068 #68b840 #4068b8

Analogous Colors of #b84068

#b84068 #b85440 #b840a4

Monochromatic Colors of #b84068

#b84068

Complementary Color

#b84068 #40b890

#b84068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84068 Color CSS Codes

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

#b84068 Text Font Color

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

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


#b84068 Background Color

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

This div background color is #b84068


#b84068 Border Color

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

This div border color is #b84068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84068


Comments

No comments written yet.

Please login to write comment.