Color Hex Logo

#b61cda Color Hex

#B61CDA
(182,28,218)
0 Favorites   0 Comments

Color spaces of #b61cda

RGB 18228218
HSL0.800.770.48
HSV289°87°85°
CMYK 0.170.870.00   0.15
XYZ32.361515.837567.6810
Yxy15.83750.27930.1367
Hunter Lab39.796475.5086-72.9761
CIE-Lab46.760678.6207-62.4785

#b61cda color RGB value is (182,28,218).

#b61cda hex color red value is 182, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b61cda hue: 0.80 , saturation: 0.77 and the lightness value of b61cda is 0.48.

The process color (four color CMYK) of #b61cda color hex is 0.17, 0.87, 0.00, 0.15. Web safe color of #b61cda is #cc33cc. Color #b61cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011100 11011010
Octal 266 34 332
Decimal 182 28 218
Hex B6 1C DA

RGB Percentages of Color #b61cda

%42.52
%6.54
%50.93

CMYK Percentages of Color #b61cda

%17
%87
%0
%15

Triadic Colors of #b61cda

#b61cda #dab61c #1cdab6

Analogous Colors of #b61cda

#b61cda #da1c9f #571cda

Monochromatic Colors of #b61cda

#b61cda

Complementary Color

#b61cda #40da1c

#b61cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61cda Color CSS Codes

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

#b61cda Text Font Color

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

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


#b61cda Background Color

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

This div background color is #b61cda


#b61cda Border Color

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

This div border color is #b61cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61cda


Comments

No comments written yet.

Please login to write comment.