Color Hex Logo

#b200da Color Hex

#B200DA
(178,0,218)
0 Favorites   0 Comments

Color spaces of #b200da

RGB 1780218
HSL0.801.000.43
HSV289°100°85°
CMYK 0.181.000.00   0.15
XYZ31.015014.526967.4990
Yxy14.52690.27440.1285
Hunter Lab38.114278.5527-78.3208
CIE-Lab44.979381.3875-65.3966

#b200da color RGB value is (178,0,218).

#b200da hex color red value is 178, green value is 0 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b200da hue: 0.80 , saturation: 1.00 and the lightness value of b200da is 0.43.

The process color (four color CMYK) of #b200da color hex is 0.18, 1.00, 0.00, 0.15. Web safe color of #b200da is #9900cc. Color #b200da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 11011010
Octal 262 0 332
Decimal 178 0 218
Hex B2 0 DA

RGB Percentages of Color #b200da

%44.95
%0.00
%55.05

CMYK Percentages of Color #b200da

%18
%100
%0
%15

Triadic Colors of #b200da

#b200da #dab200 #00dab2

Analogous Colors of #b200da

#b200da #da0095 #4500da

Monochromatic Colors of #b200da

#b200da

Complementary Color

#b200da #28da00

#b200da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b200da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b200da Color CSS Codes

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

#b200da Text Font Color

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

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


#b200da Background Color

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

This div background color is #b200da


#b200da Border Color

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

This div border color is #b200da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b200da


Comments

No comments written yet.

Please login to write comment.