Color Hex Logo

#d321eb Color Hex

#D321EB
(211,33,235)
0 Favorites   0 Comments

Color spaces of #d321eb

RGB 21133235
HSL0.810.830.53
HSV293°86°92°
CMYK 0.100.860.00   0.08
XYZ42.403220.934880.4032
Yxy20.93480.29500.1456
Hunter Lab45.754685.3550-72.1604
CIE-Lab52.878185.1646-62.0181

#d321eb color RGB value is (211,33,235).

#d321eb hex color red value is 211, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d321eb hue: 0.81 , saturation: 0.83 and the lightness value of d321eb is 0.53.

The process color (four color CMYK) of #d321eb color hex is 0.10, 0.86, 0.00, 0.08. Web safe color of #d321eb is #cc33ff. Color #d321eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100001 11101011
Octal 323 41 353
Decimal 211 33 235
Hex D3 21 EB

RGB Percentages of Color #d321eb

%44.05
%6.89
%49.06

CMYK Percentages of Color #d321eb

%10
%86
%0
%8

Triadic Colors of #d321eb

#d321eb #ebd321 #21ebd3

Analogous Colors of #d321eb

#d321eb #eb219e #6e21eb

Monochromatic Colors of #d321eb

#d321eb

Complementary Color

#d321eb #39eb21

#d321eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d321eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d321eb Color CSS Codes

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

#d321eb Text Font Color

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

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


#d321eb Background Color

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

This div background color is #d321eb


#d321eb Border Color

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

This div border color is #d321eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d321eb


Comments

No comments written yet.

Please login to write comment.