Color Hex Logo

#b61ebc Color Hex

#B61EBC
(182,30,188)
0 Favorites   0 Comments

Color spaces of #b61ebc

RGB 18230188
HSL0.830.720.43
HSV298°84°74°
CMYK 0.030.840.00   0.26
XYZ28.832814.504548.8569
Yxy14.50450.31270.1573
Hunter Lab38.084868.4885-49.4006
CIE-Lab44.947973.2523-48.0327

#b61ebc color RGB value is (182,30,188).

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

The process color (four color CMYK) of #b61ebc color hex is 0.03, 0.84, 0.00, 0.26. Web safe color of #b61ebc is #cc33cc. Color #b61ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011110 10111100
Octal 266 36 274
Decimal 182 30 188
Hex B6 1E BC

RGB Percentages of Color #b61ebc

%45.50
%7.50
%47.00

CMYK Percentages of Color #b61ebc

%3
%84
%0
%26

Triadic Colors of #b61ebc

#b61ebc #bcb61e #1ebcb6

Analogous Colors of #b61ebc

#b61ebc #bc1e73 #671ebc

Monochromatic Colors of #b61ebc

#b61ebc

Complementary Color

#b61ebc #24bc1e

#b61ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61ebc Color CSS Codes

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

#b61ebc Text Font Color

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

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


#b61ebc Background Color

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

This div background color is #b61ebc


#b61ebc Border Color

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

This div border color is #b61ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61ebc


Comments

No comments written yet.

Please login to write comment.