Color Hex Logo

#b702dd Color Hex

#B702DD
(183,2,221)
0 Favorites   0 Comments

Color spaces of #b702dd

RGB 1832221
HSL0.800.980.44
HSV290°99°87°
CMYK 0.170.990.00   0.13
XYZ32.601315.331269.6475
Yxy15.33120.27730.1304
Hunter Lab39.155180.1013-78.0542
CIE-Lab46.084582.3949-65.2815

#b702dd color RGB value is (183,2,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000010 11011101
Octal 267 2 335
Decimal 183 2 221
Hex B7 2 DD

RGB Percentages of Color #b702dd

%45.07
%0.49
%54.43

CMYK Percentages of Color #b702dd

%17
%99
%0
%13

Triadic Colors of #b702dd

#b702dd #ddb702 #02ddb7

Analogous Colors of #b702dd

#b702dd #dd0296 #4a02dd

Monochromatic Colors of #b702dd

#b702dd

Complementary Color

#b702dd #28dd02

#b702dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b702dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b702dd Color CSS Codes

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

#b702dd Text Font Color

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

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


#b702dd Background Color

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

This div background color is #b702dd


#b702dd Border Color

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

This div border color is #b702dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b702dd


Comments

No comments written yet.

Please login to write comment.