Color Hex Logo

#b204cf Color Hex

#B204CF
(178,4,207)
0 Favorites   0 Comments

Color spaces of #b204cf

RGB 1784207
HSL0.810.960.41
HSV291°98°81°
CMYK 0.140.980.00   0.19
XYZ29.666014.056860.1811
Yxy14.05680.28550.1353
Hunter Lab37.492475.6271-68.9249
CIE-Lab44.314379.1890-60.1432

#b204cf color RGB value is (178,4,207).

#b204cf hex color red value is 178, green value is 4 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b204cf hue: 0.81 , saturation: 0.96 and the lightness value of b204cf is 0.41.

The process color (four color CMYK) of #b204cf color hex is 0.14, 0.98, 0.00, 0.19. Web safe color of #b204cf is #9900cc. Color #b204cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000100 11001111
Octal 262 4 317
Decimal 178 4 207
Hex B2 4 CF

RGB Percentages of Color #b204cf

%45.76
%1.03
%53.21

CMYK Percentages of Color #b204cf

%14
%98
%0
%19

Triadic Colors of #b204cf

#b204cf #cfb204 #04cfb2

Analogous Colors of #b204cf

#b204cf #cf0487 #4c04cf

Monochromatic Colors of #b204cf

#b204cf

Complementary Color

#b204cf #21cf04

#b204cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b204cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b204cf Color CSS Codes

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

#b204cf Text Font Color

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

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


#b204cf Background Color

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

This div background color is #b204cf


#b204cf Border Color

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

This div border color is #b204cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b204cf


Comments

No comments written yet.

Please login to write comment.