Color Hex Logo

#b61ecc Color Hex

#B61ECC
(182,30,204)
0 Favorites   0 Comments

Color spaces of #b61ecc

RGB 18230204
HSL0.810.740.46
HSV292°85°80°
CMYK 0.110.850.00   0.20
XYZ30.654815.233358.4514
Yxy15.23330.29380.1460
Hunter Lab39.029971.8951-61.4722
CIE-Lab45.952175.8566-55.7315

#b61ecc color RGB value is (182,30,204).

#b61ecc hex color red value is 182, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b61ecc hue: 0.81 , saturation: 0.74 and the lightness value of b61ecc is 0.46.

The process color (four color CMYK) of #b61ecc color hex is 0.11, 0.85, 0.00, 0.20. Web safe color of #b61ecc is #cc33cc. Color #b61ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011110 11001100
Octal 266 36 314
Decimal 182 30 204
Hex B6 1E CC

RGB Percentages of Color #b61ecc

%43.75
%7.21
%49.04

CMYK Percentages of Color #b61ecc

%11
%85
%0
%20

Triadic Colors of #b61ecc

#b61ecc #ccb61e #1eccb6

Analogous Colors of #b61ecc

#b61ecc #cc1e8b #5f1ecc

Monochromatic Colors of #b61ecc

#b61ecc

Complementary Color

#b61ecc #34cc1e

#b61ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61ecc Color CSS Codes

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

#b61ecc Text Font Color

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

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


#b61ecc Background Color

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

This div background color is #b61ecc


#b61ecc Border Color

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

This div border color is #b61ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61ecc


Comments

No comments written yet.

Please login to write comment.