Color Hex Logo

#d323ff Color Hex

#D323FF
(211,35,255)
0 Favorites   0 Comments

Color spaces of #d323ff

RGB 21135255
HSL0.801.000.57
HSV288°86°100°
CMYK 0.170.860.00   0.00
XYZ45.515022.270996.5076
Yxy22.27090.27700.1356
Hunter Lab47.192189.5706-88.2134
CIE-Lab54.313388.1045-70.8864

#d323ff color RGB value is (211,35,255).

#d323ff hex color red value is 211, green value is 35 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d323ff hue: 0.80 , saturation: 1.00 and the lightness value of d323ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100011 11111111
Octal 323 43 377
Decimal 211 35 255
Hex D3 23 FF

RGB Percentages of Color #d323ff

%42.12
%6.99
%50.90

CMYK Percentages of Color #d323ff

%17
%86
%0
%0

Triadic Colors of #d323ff

#d323ff #ffd323 #23ffd3

Analogous Colors of #d323ff

#d323ff #ff23bd #6523ff

Monochromatic Colors of #d323ff

#d323ff

Complementary Color

#d323ff #4fff23

#d323ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d323ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d323ff Color CSS Codes

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

#d323ff Text Font Color

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

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


#d323ff Background Color

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

This div background color is #d323ff


#d323ff Border Color

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

This div border color is #d323ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,35,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d323ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d323ff

Related Colors


Comments

No comments written yet.

Please login to write comment.