Color Hex Logo

#d04beb Color Hex

#D04BEB
(208,75,235)
0 Favorites   0 Comments

Color spaces of #d04beb

RGB 20875235
HSL0.810.800.61
HSV290°68°92°
CMYK 0.110.680.00   0.08
XYZ43.523924.440281.0207
Yxy24.44020.29210.1640
Hunter Lab49.437070.6349-62.5625
CIE-Lab56.525972.7780-56.1904

#d04beb color RGB value is (208,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 11101011
Octal 320 113 353
Decimal 208 75 235
Hex D0 4B EB

RGB Percentages of Color #d04beb

%40.15
%14.48
%45.37

CMYK Percentages of Color #d04beb

%11
%68
%0
%8

Triadic Colors of #d04beb

#d04beb #ebd04b #4bebd0

Analogous Colors of #d04beb

#d04beb #eb4bb6 #804beb

Monochromatic Colors of #d04beb

#d04beb

Complementary Color

#d04beb #66eb4b

#d04beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04beb Color CSS Codes

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

#d04beb Text Font Color

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

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


#d04beb Background Color

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

This div background color is #d04beb


#d04beb Border Color

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

This div border color is #d04beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04beb


Comments

No comments written yet.

Please login to write comment.