Color Hex Logo

#d82beb Color Hex

#D82BEB
(216,43,235)
0 Favorites   0 Comments

Color spaces of #d82beb

RGB 21643235
HSL0.820.830.55
HSV294°82°92°
CMYK 0.080.820.00   0.08
XYZ44.178222.324880.5779
Yxy22.32480.30040.1518
Hunter Lab47.249184.2125-68.0378
CIE-Lab54.369983.9923-59.5767

#d82beb color RGB value is (216,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101011 11101011
Octal 330 53 353
Decimal 216 43 235
Hex D8 2B EB

RGB Percentages of Color #d82beb

%43.72
%8.70
%47.57

CMYK Percentages of Color #d82beb

%8
%82
%0
%8

Triadic Colors of #d82beb

#d82beb #ebd82b #2bebd8

Analogous Colors of #d82beb

#d82beb #eb2b9e #782beb

Monochromatic Colors of #d82beb

#d82beb

Complementary Color

#d82beb #3eeb2b

#d82beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82beb Color CSS Codes

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

#d82beb Text Font Color

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

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


#d82beb Background Color

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

This div background color is #d82beb


#d82beb Border Color

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

This div border color is #d82beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82beb


Comments

No comments written yet.

Please login to write comment.