color codes Logo

#b83568 color codes

#B83568
(184,53,104)
0 Favorites   0 Comments

Color spaces of #b83568

RGB 18453104
HSL0.940.550.46
HSV337°71°72°
CMYK 0.000.710.43   0.28
XYZ23.539013.736014.5074
Yxy13.73600.45460.2653
Hunter Lab37.062148.51082.7353
CIE-Lab43.851956.01051.0426

#b83568 color RGB value is (184,53,104).

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

The process color (four color CMYK) of #b83568 color code is 0.00, 0.71, 0.43, 0.28. Web safe color of #b83568 is #cc3366. Color #b83568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 01101000
Octal 270 65 150
Decimal 184 53 104
Hex B8 35 68

RGB Percentages of Color #b83568

%53.96
%15.54
%30.50

CMYK Percentages of Color #b83568

%0
%71
%43
%28

Triadic Colors of #b83568

#b83568 #68b835 #3568b8

Analogous Colors of #b83568

#b83568 #b84435 #b835aa

Monochromatic Colors of #b83568

#b83568

Complementary Color

#b83568 #35b885

#b83568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83568 Color CSS Codes

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

#b83568 Text Font Color

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

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


#b83568 Background Color

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

This div background color is #b83568


#b83568 Border Color

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

This div border color is #b83568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83568


Comments

No comments written yet.

Please login to write comment.