Color Hex Logo

#b004ce Color Hex

#B004CE
(176,4,206)
0 Favorites   0 Comments

Color spaces of #b004ce

RGB 1764206
HSL0.810.960.41
HSV291°98°81°
CMYK 0.150.980.00   0.19
XYZ29.088513.773259.5179
Yxy13.77320.28410.1345
Hunter Lab37.112374.9614-69.1063
CIE-Lab43.905978.7340-60.2421

#b004ce color RGB value is (176,4,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000100 11001110
Octal 260 4 316
Decimal 176 4 206
Hex B0 4 CE

RGB Percentages of Color #b004ce

%45.60
%1.04
%53.37

CMYK Percentages of Color #b004ce

%15
%98
%0
%19

Triadic Colors of #b004ce

#b004ce #ceb004 #04ceb0

Analogous Colors of #b004ce

#b004ce #ce0487 #4b04ce

Monochromatic Colors of #b004ce

#b004ce

Complementary Color

#b004ce #22ce04

#b004ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b004ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b004ce Color CSS Codes

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

#b004ce Text Font Color

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

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


#b004ce Background Color

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

This div background color is #b004ce


#b004ce Border Color

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

This div border color is #b004ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b004ce


Comments

No comments written yet.

Please login to write comment.