Color Hex Logo

#b30398 Color Hex

#B30398
(179,3,152)
0 Favorites   0 Comments

Color spaces of #b30398

RGB 1793152
HSL0.860.970.36
HSV309°98°70°
CMYK 0.000.980.15   0.30
XYZ24.290511.915830.7255
Yxy11.91580.36290.1780
Hunter Lab34.519365.1981-28.6104
CIE-Lab41.082071.2564-32.7654

#b30398 color RGB value is (179,3,152).

#b30398 hex color red value is 179, green value is 3 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b30398 hue: 0.86 , saturation: 0.97 and the lightness value of b30398 is 0.36.

The process color (four color CMYK) of #b30398 color hex is 0.00, 0.98, 0.15, 0.30. Web safe color of #b30398 is #cc0099. Color #b30398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000011 10011000
Octal 263 3 230
Decimal 179 3 152
Hex B3 3 98

RGB Percentages of Color #b30398

%53.59
%0.90
%45.51

CMYK Percentages of Color #b30398

%0
%98
%15
%30

Triadic Colors of #b30398

#b30398 #98b303 #0398b3

Analogous Colors of #b30398

#b30398 #b30340 #7603b3

Monochromatic Colors of #b30398

#b30398

Complementary Color

#b30398 #03b31e

#b30398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30398 Color CSS Codes

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

#b30398 Text Font Color

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

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


#b30398 Background Color

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

This div background color is #b30398


#b30398 Border Color

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

This div border color is #b30398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,3,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b30398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b30398;
  -webkit-box-shadow: 1px 1px 3px 2px #b30398;
  box-shadow:         1px 1px 3px 2px #b30398; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,3,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30398


Comments

No comments written yet.

Please login to write comment.