Color Hex Logo

#d07beb Color Hex

#D07BEB
(208,123,235)
0 Favorites   0 Comments

Color spaces of #d07beb

RGB 208123235
HSL0.790.740.70
HSV286°48°92°
CMYK 0.110.480.00   0.08
XYZ48.090833.574082.5430
Yxy33.57400.29290.2045
Hunter Lab57.943146.7486-43.9016
CIE-Lab64.623050.9101-43.3578

#d07beb color RGB value is (208,123,235).

#d07beb hex color red value is 208, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d07beb hue: 0.79 , saturation: 0.74 and the lightness value of d07beb is 0.70.

The process color (four color CMYK) of #d07beb color hex is 0.11, 0.48, 0.00, 0.08. Web safe color of #d07beb is #cc66ff. Color #d07beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 11101011
Octal 320 173 353
Decimal 208 123 235
Hex D0 7B EB

RGB Percentages of Color #d07beb

%36.75
%21.73
%41.52

CMYK Percentages of Color #d07beb

%11
%48
%0
%8

Triadic Colors of #d07beb

#d07beb #ebd07b #7bebd0

Analogous Colors of #d07beb

#d07beb #eb7bce #987beb

Monochromatic Colors of #d07beb

#d07beb

Complementary Color

#d07beb #96eb7b

#d07beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07beb Color CSS Codes

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

#d07beb Text Font Color

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

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


#d07beb Background Color

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

This div background color is #d07beb


#d07beb Border Color

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

This div border color is #d07beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07beb


Comments

No comments written yet.

Please login to write comment.