Color Hex Logo

#d01beb Color Hex

#D01BEB
(208,27,235)
0 Favorites   0 Comments

Color spaces of #d01beb

RGB 20827235
HSL0.810.840.51
HSV292°89°92°
CMYK 0.110.890.00   0.08
XYZ41.399820.191980.3127
Yxy20.19190.29170.1423
Hunter Lab44.935485.8184-74.5138
CIE-Lab52.053585.6812-63.3719

#d01beb color RGB value is (208,27,235).

#d01beb hex color red value is 208, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d01beb hue: 0.81 , saturation: 0.84 and the lightness value of d01beb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011011 11101011
Octal 320 33 353
Decimal 208 27 235
Hex D0 1B EB

RGB Percentages of Color #d01beb

%44.26
%5.74
%50.00

CMYK Percentages of Color #d01beb

%11
%89
%0
%8

Triadic Colors of #d01beb

#d01beb #ebd01b #1bebd0

Analogous Colors of #d01beb

#d01beb #eb1b9e #681beb

Monochromatic Colors of #d01beb

#d01beb

Complementary Color

#d01beb #36eb1b

#d01beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01beb Color CSS Codes

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

#d01beb Text Font Color

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

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


#d01beb Background Color

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

This div background color is #d01beb


#d01beb Border Color

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

This div border color is #d01beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01beb


Comments

No comments written yet.

Please login to write comment.