Color Hex Logo

#d83bef Color Hex

#D83BEF
(216,59,239)
0 Favorites   0 Comments

Color spaces of #d83bef

RGB 21659239
HSL0.810.850.58
HSV292°75°94°
CMYK 0.100.750.00   0.06
XYZ45.462923.958983.8897
Yxy23.95890.29650.1563
Hunter Lab48.947880.1327-67.3512
CIE-Lab56.046680.4838-59.1311

#d83bef color RGB value is (216,59,239).

#d83bef hex color red value is 216, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d83bef hue: 0.81 , saturation: 0.85 and the lightness value of d83bef is 0.58.

The process color (four color CMYK) of #d83bef color hex is 0.10, 0.75, 0.00, 0.06. Web safe color of #d83bef is #cc33ff. Color #d83bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 11101111
Octal 330 73 357
Decimal 216 59 239
Hex D8 3B EF

RGB Percentages of Color #d83bef

%42.02
%11.48
%46.50

CMYK Percentages of Color #d83bef

%10
%75
%0
%6

Triadic Colors of #d83bef

#d83bef #efd83b #3befd8

Analogous Colors of #d83bef

#d83bef #ef3bac #7e3bef

Monochromatic Colors of #d83bef

#d83bef

Complementary Color

#d83bef #52ef3b

#d83bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bef Color CSS Codes

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

#d83bef Text Font Color

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

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


#d83bef Background Color

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

This div background color is #d83bef


#d83bef Border Color

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

This div border color is #d83bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bef


Comments

No comments written yet.

Please login to write comment.