Color Hex Logo

#b613bc Color Hex

#B613BC
(182,19,188)
0 Favorites   0 Comments

Color spaces of #b613bc

RGB 18219188
HSL0.830.820.41
HSV298°90°74°
CMYK 0.030.900.00   0.26
XYZ28.601414.041748.7798
Yxy14.04170.31280.1536
Hunter Lab37.472370.6670-50.9506
CIE-Lab44.292775.1755-49.0818

#b613bc color RGB value is (182,19,188).

#b613bc hex color red value is 182, green value is 19 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b613bc hue: 0.83 , saturation: 0.82 and the lightness value of b613bc is 0.41.

The process color (four color CMYK) of #b613bc color hex is 0.03, 0.90, 0.00, 0.26. Web safe color of #b613bc is #cc00cc. Color #b613bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 10111100
Octal 266 23 274
Decimal 182 19 188
Hex B6 13 BC

RGB Percentages of Color #b613bc

%46.79
%4.88
%48.33

CMYK Percentages of Color #b613bc

%3
%90
%0
%26

Triadic Colors of #b613bc

#b613bc #bcb613 #13bcb6

Analogous Colors of #b613bc

#b613bc #bc136e #6113bc

Monochromatic Colors of #b613bc

#b613bc

Complementary Color

#b613bc #19bc13

#b613bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b613bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b613bc Color CSS Codes

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

#b613bc Text Font Color

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

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


#b613bc Background Color

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

This div background color is #b613bc


#b613bc Border Color

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

This div border color is #b613bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,19,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b613bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b613bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b613bc;
  box-shadow:         1px 1px 3px 2px #b613bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,19,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b613bc


Comments

No comments written yet.

Please login to write comment.