Color Hex Logo

#d83bff Color Hex

#D83BFF
(216,59,255)
0 Favorites   0 Comments

Color spaces of #d83bff

RGB 21659255
HSL0.801.000.62
HSV288°77°100°
CMYK 0.150.770.00   0.00
XYZ47.932924.946996.8966
Yxy24.94690.28230.1469
Hunter Lab49.946983.8954-80.0594
CIE-Lab57.023683.2295-66.4711

#d83bff color RGB value is (216,59,255).

#d83bff hex color red value is 216, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d83bff hue: 0.80 , saturation: 1.00 and the lightness value of d83bff is 0.62.

The process color (four color CMYK) of #d83bff color hex is 0.15, 0.77, 0.00, 0.00. Web safe color of #d83bff is #cc33ff. Color #d83bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 11111111
Octal 330 73 377
Decimal 216 59 255
Hex D8 3B FF

RGB Percentages of Color #d83bff

%40.75
%11.13
%48.11

CMYK Percentages of Color #d83bff

%15
%77
%0
%0

Triadic Colors of #d83bff

#d83bff #ffd83b #3bffd8

Analogous Colors of #d83bff

#d83bff #ff3bc4 #763bff

Monochromatic Colors of #d83bff

#d83bff

Complementary Color

#d83bff #62ff3b

#d83bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bff Color CSS Codes

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

#d83bff Text Font Color

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

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


#d83bff Background Color

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

This div background color is #d83bff


#d83bff Border Color

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

This div border color is #d83bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,59,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83bff;
  -webkit-box-shadow: 1px 1px 3px 2px #d83bff;
  box-shadow:         1px 1px 3px 2px #d83bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bff


Comments

No comments written yet.

Please login to write comment.