Color Hex Logo

#b30cad Color Hex

#B30CAD
(179,12,173)
0 Favorites   0 Comments

Color spaces of #b30cad

RGB 17912173
HSL0.840.870.37
HSV302°93°70°
CMYK 0.000.930.03   0.30
XYZ26.264712.863840.6338
Yxy12.86380.32930.1613
Hunter Lab35.866167.9494-42.0651
CIE-Lab42.557373.2705-43.0314

#b30cad color RGB value is (179,12,173).

#b30cad hex color red value is 179, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b30cad hue: 0.84 , saturation: 0.87 and the lightness value of b30cad is 0.37.

The process color (four color CMYK) of #b30cad color hex is 0.00, 0.93, 0.03, 0.30. Web safe color of #b30cad is #cc0099. Color #b30cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 10101101
Octal 263 14 255
Decimal 179 12 173
Hex B3 C AD

RGB Percentages of Color #b30cad

%49.18
%3.30
%47.53

CMYK Percentages of Color #b30cad

%0
%93
%3
%30

Triadic Colors of #b30cad

#b30cad #adb30c #0cadb3

Analogous Colors of #b30cad

#b30cad #b30c5a #660cb3

Monochromatic Colors of #b30cad

#b30cad

Complementary Color

#b30cad #0cb312

#b30cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30cad Color CSS Codes

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

#b30cad Text Font Color

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

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


#b30cad Background Color

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

This div background color is #b30cad


#b30cad Border Color

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

This div border color is #b30cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30cad


Comments

No comments written yet.

Please login to write comment.