Color Hex Logo

#d04aeb Color Hex

#D04AEB
(208,74,235)
0 Favorites   0 Comments

Color spaces of #d04aeb

RGB 20874235
HSL0.810.800.61
HSV290°69°92°
CMYK 0.110.690.00   0.08
XYZ43.456624.305680.9983
Yxy24.30560.29210.1634
Hunter Lab49.300771.0644-62.8996
CIE-Lab56.392573.1541-56.4036

#d04aeb color RGB value is (208,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11101011
Octal 320 112 353
Decimal 208 74 235
Hex D0 4A EB

RGB Percentages of Color #d04aeb

%40.23
%14.31
%45.45

CMYK Percentages of Color #d04aeb

%11
%69
%0
%8

Triadic Colors of #d04aeb

#d04aeb #ebd04a #4aebd0

Analogous Colors of #d04aeb

#d04aeb #eb4ab6 #804aeb

Monochromatic Colors of #d04aeb

#d04aeb

Complementary Color

#d04aeb #65eb4a

#d04aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04aeb Color CSS Codes

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

#d04aeb Text Font Color

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

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


#d04aeb Background Color

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

This div background color is #d04aeb


#d04aeb Border Color

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

This div border color is #d04aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04aeb


Comments

No comments written yet.

Please login to write comment.