Color Hex Logo

#bc03dd Color Hex

#BC03DD
(188,3,221)
0 Favorites   0 Comments

Color spaces of #bc03dd

RGB 1883221
HSL0.810.970.44
HSV291°99°87°
CMYK 0.150.990.00   0.13
XYZ33.822715.976969.7078
Yxy15.97690.28300.1337
Hunter Lab39.971181.0934-75.4193
CIE-Lab46.944283.0070-63.8490

#bc03dd color RGB value is (188,3,221).

#bc03dd hex color red value is 188, green value is 3 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc03dd hue: 0.81 , saturation: 0.97 and the lightness value of bc03dd is 0.44.

The process color (four color CMYK) of #bc03dd color hex is 0.15, 0.99, 0.00, 0.13. Web safe color of #bc03dd is #cc00cc. Color #bc03dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 11011101
Octal 274 3 335
Decimal 188 3 221
Hex BC 3 DD

RGB Percentages of Color #bc03dd

%45.63
%0.73
%53.64

CMYK Percentages of Color #bc03dd

%15
%99
%0
%13

Triadic Colors of #bc03dd

#bc03dd #ddbc03 #03ddbc

Analogous Colors of #bc03dd

#bc03dd #dd0391 #4f03dd

Monochromatic Colors of #bc03dd

#bc03dd

Complementary Color

#bc03dd #24dd03

#bc03dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc03dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc03dd Color CSS Codes

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

#bc03dd Text Font Color

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

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


#bc03dd Background Color

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

This div background color is #bc03dd


#bc03dd Border Color

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

This div border color is #bc03dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc03dd


Comments

No comments written yet.

Please login to write comment.