Color Hex Logo

#d370f5 Color Hex

#D370F5
(211,112,245)
0 Favorites   0 Comments

Color spaces of #d370f5

RGB 211112245
HSL0.790.870.70
HSV285°54°96°
CMYK 0.140.540.00   0.04
XYZ49.139632.029889.9786
Yxy32.02980.28710.1871
Hunter Lab56.594955.9451-54.6471
CIE-Lab63.367559.1974-50.8417

#d370f5 color RGB value is (211,112,245).

#d370f5 hex color red value is 211, green value is 112 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d370f5 hue: 0.79 , saturation: 0.87 and the lightness value of d370f5 is 0.70.

The process color (four color CMYK) of #d370f5 color hex is 0.14, 0.54, 0.00, 0.04. Web safe color of #d370f5 is #cc66ff. Color #d370f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 11110101
Octal 323 160 365
Decimal 211 112 245
Hex D3 70 F5

RGB Percentages of Color #d370f5

%37.15
%19.72
%43.13

CMYK Percentages of Color #d370f5

%14
%54
%0
%4

Triadic Colors of #d370f5

#d370f5 #f5d370 #70f5d3

Analogous Colors of #d370f5

#d370f5 #f570d5 #9170f5

Monochromatic Colors of #d370f5

#d370f5

Complementary Color

#d370f5 #92f570

#d370f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370f5 Color CSS Codes

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

#d370f5 Text Font Color

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

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


#d370f5 Background Color

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

This div background color is #d370f5


#d370f5 Border Color

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

This div border color is #d370f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370f5


Comments

No comments written yet.

Please login to write comment.