Color Hex Logo

#b10dca Color Hex

#B10DCA
(177,13,202)
0 Favorites   0 Comments

Color spaces of #b10dca

RGB 17713202
HSL0.810.880.42
HSV292°94°79°
CMYK 0.120.940.00   0.21
XYZ28.936113.899257.0348
Yxy13.89920.28970.1392
Hunter Lab37.281673.2997-64.6069
CIE-Lab44.088077.3595-57.6216

#b10dca color RGB value is (177,13,202).

#b10dca hex color red value is 177, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b10dca hue: 0.81 , saturation: 0.88 and the lightness value of b10dca is 0.42.

The process color (four color CMYK) of #b10dca color hex is 0.12, 0.94, 0.00, 0.21. Web safe color of #b10dca is #9900cc. Color #b10dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001101 11001010
Octal 261 15 312
Decimal 177 13 202
Hex B1 D CA

RGB Percentages of Color #b10dca

%45.15
%3.32
%51.53

CMYK Percentages of Color #b10dca

%12
%94
%0
%21

Triadic Colors of #b10dca

#b10dca #cab10d #0dcab1

Analogous Colors of #b10dca

#b10dca #ca0d85 #530dca

Monochromatic Colors of #b10dca

#b10dca

Complementary Color

#b10dca #26ca0d

#b10dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10dca Color CSS Codes

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

#b10dca Text Font Color

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

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


#b10dca Background Color

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

This div background color is #b10dca


#b10dca Border Color

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

This div border color is #b10dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,13,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b10dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b10dca;
  -webkit-box-shadow: 1px 1px 3px 2px #b10dca;
  box-shadow:         1px 1px 3px 2px #b10dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,13,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10dca


Comments

No comments written yet.

Please login to write comment.