Color Hex Logo

#d320f4 Color Hex

#D320F4
(211,32,244)
0 Favorites   0 Comments

Color spaces of #d320f4

RGB 21132244
HSL0.810.910.54
HSV291°87°96°
CMYK 0.140.870.00   0.04
XYZ43.709621.413687.4174
Yxy21.41360.28650.1404
Hunter Lab46.274887.6240-79.6119
CIE-Lab53.399286.8022-66.2304

#d320f4 color RGB value is (211,32,244).

#d320f4 hex color red value is 211, green value is 32 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #d320f4 hue: 0.81 , saturation: 0.91 and the lightness value of d320f4 is 0.54.

The process color (four color CMYK) of #d320f4 color hex is 0.14, 0.87, 0.00, 0.04. Web safe color of #d320f4 is #cc33ff. Color #d320f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 11110100
Octal 323 40 364
Decimal 211 32 244
Hex D3 20 F4

RGB Percentages of Color #d320f4

%43.33
%6.57
%50.10

CMYK Percentages of Color #d320f4

%14
%87
%0
%4

Triadic Colors of #d320f4

#d320f4 #f4d320 #20f4d3

Analogous Colors of #d320f4

#d320f4 #f420ab #6920f4

Monochromatic Colors of #d320f4

#d320f4

Complementary Color

#d320f4 #41f420

#d320f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d320f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d320f4 Color CSS Codes

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

#d320f4 Text Font Color

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

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


#d320f4 Background Color

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

This div background color is #d320f4


#d320f4 Border Color

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

This div border color is #d320f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d320f4

Related Colors


Comments

No comments written yet.

Please login to write comment.