Color Hex Logo

#b704dc Color Hex

#B704DC
(183,4,220)
0 Favorites   0 Comments

Color spaces of #b704dc

RGB 1834220
HSL0.800.960.44
HSV290°98°86°
CMYK 0.170.980.00   0.14
XYZ32.490115.321468.9551
Yxy15.32140.27820.1312
Hunter Lab39.142679.6636-77.0478
CIE-Lab46.071382.0536-64.7313

#b704dc color RGB value is (183,4,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 11011100
Octal 267 4 334
Decimal 183 4 220
Hex B7 4 DC

RGB Percentages of Color #b704dc

%44.96
%0.98
%54.05

CMYK Percentages of Color #b704dc

%17
%98
%0
%14

Triadic Colors of #b704dc

#b704dc #dcb704 #04dcb7

Analogous Colors of #b704dc

#b704dc #dc0495 #4b04dc

Monochromatic Colors of #b704dc

#b704dc

Complementary Color

#b704dc #29dc04

#b704dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b704dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b704dc Color CSS Codes

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

#b704dc Text Font Color

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

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


#b704dc Background Color

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

This div background color is #b704dc


#b704dc Border Color

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

This div border color is #b704dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b704dc


Comments

No comments written yet.

Please login to write comment.