Color Hex Logo

#d51aeb Color Hex

#D51AEB
(213,26,235)
0 Favorites   0 Comments

Color spaces of #d51aeb

RGB 21326235
HSL0.820.840.51
HSV294°89°92°
CMYK 0.090.890.00   0.08
XYZ42.805420.883180.3720
Yxy20.88310.29710.1450
Hunter Lab45.698087.2296-72.2884
CIE-Lab52.821386.6134-62.0925

#d51aeb color RGB value is (213,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011010 11101011
Octal 325 32 353
Decimal 213 26 235
Hex D5 1A EB

RGB Percentages of Color #d51aeb

%44.94
%5.49
%49.58

CMYK Percentages of Color #d51aeb

%9
%89
%0
%8

Triadic Colors of #d51aeb

#d51aeb #ebd51a #1aebd5

Analogous Colors of #d51aeb

#d51aeb #eb1a99 #6d1aeb

Monochromatic Colors of #d51aeb

#d51aeb

Complementary Color

#d51aeb #30eb1a

#d51aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51aeb Color CSS Codes

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

#d51aeb Text Font Color

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

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


#d51aeb Background Color

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

This div background color is #d51aeb


#d51aeb Border Color

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

This div border color is #d51aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51aeb


Comments

No comments written yet.

Please login to write comment.