Color Hex Logo

#d83beb Color Hex

#D83BEB
(216,59,235)
0 Favorites   0 Comments

Color spaces of #d83beb

RGB 21659235
HSL0.820.810.58
HSV294°75°92°
CMYK 0.080.750.00   0.08
XYZ44.878323.725080.8113
Yxy23.72500.30040.1588
Hunter Lab48.708379.2247-64.2714
CIE-Lab55.811479.8144-57.2659

#d83beb color RGB value is (216,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 11101011
Octal 330 73 353
Decimal 216 59 235
Hex D8 3B EB

RGB Percentages of Color #d83beb

%42.35
%11.57
%46.08

CMYK Percentages of Color #d83beb

%8
%75
%0
%8

Triadic Colors of #d83beb

#d83beb #ebd83b #3bebd8

Analogous Colors of #d83beb

#d83beb #eb3ba6 #803beb

Monochromatic Colors of #d83beb

#d83beb

Complementary Color

#d83beb #4eeb3b

#d83beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83beb Color CSS Codes

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

#d83beb Text Font Color

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

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


#d83beb Background Color

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

This div background color is #d83beb


#d83beb Border Color

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

This div border color is #d83beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83beb


Comments

No comments written yet.

Please login to write comment.