Color Hex Logo

#b603dc Color Hex

#B603DC
(182,3,220)
0 Favorites   0 Comments

Color spaces of #b603dc

RGB 1823220
HSL0.800.970.44
HSV289°99°86°
CMYK 0.170.990.00   0.14
XYZ32.242215.177568.9403
Yxy15.17750.27710.1304
Hunter Lab38.958379.5509-77.6483
CIE-Lab45.876482.0024-65.0551

#b603dc color RGB value is (182,3,220).

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

The process color (four color CMYK) of #b603dc color hex is 0.17, 0.99, 0.00, 0.14. Web safe color of #b603dc is #cc00cc. Color #b603dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 11011100
Octal 266 3 334
Decimal 182 3 220
Hex B6 3 DC

RGB Percentages of Color #b603dc

%44.94
%0.74
%54.32

CMYK Percentages of Color #b603dc

%17
%99
%0
%14

Triadic Colors of #b603dc

#b603dc #dcb603 #03dcb6

Analogous Colors of #b603dc

#b603dc #dc0396 #4a03dc

Monochromatic Colors of #b603dc

#b603dc

Complementary Color

#b603dc #29dc03

#b603dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b603dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b603dc Color CSS Codes

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

#b603dc Text Font Color

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

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


#b603dc Background Color

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

This div background color is #b603dc


#b603dc Border Color

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

This div border color is #b603dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b603dc


Comments

No comments written yet.

Please login to write comment.