Color Hex Logo

#d45aeb Color Hex

#D45AEB
(212,90,235)
0 Favorites   0 Comments

Color spaces of #d45aeb

RGB 21290235
HSL0.810.780.64
HSV290°62°92°
CMYK 0.100.620.00   0.08
XYZ45.802927.307581.4541
Yxy27.30750.29630.1767
Hunter Lab52.256665.0063-55.8377
CIE-Lab59.257967.6145-51.8026

#d45aeb color RGB value is (212,90,235).

#d45aeb hex color red value is 212, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d45aeb hue: 0.81 , saturation: 0.78 and the lightness value of d45aeb is 0.64.

The process color (four color CMYK) of #d45aeb color hex is 0.10, 0.62, 0.00, 0.08. Web safe color of #d45aeb is #cc66ff. Color #d45aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011010 11101011
Octal 324 132 353
Decimal 212 90 235
Hex D4 5A EB

RGB Percentages of Color #d45aeb

%39.48
%16.76
%43.76

CMYK Percentages of Color #d45aeb

%10
%62
%0
%8

Triadic Colors of #d45aeb

#d45aeb #ebd45a #5aebd4

Analogous Colors of #d45aeb

#d45aeb #eb5aba #8c5aeb

Monochromatic Colors of #d45aeb

#d45aeb

Complementary Color

#d45aeb #71eb5a

#d45aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45aeb Color CSS Codes

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

#d45aeb Text Font Color

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

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


#d45aeb Background Color

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

This div background color is #d45aeb


#d45aeb Border Color

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

This div border color is #d45aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45aeb


Comments

No comments written yet.

Please login to write comment.