Color Hex Logo

#d370fb Color Hex

#D370FB
(211,112,251)
0 Favorites   0 Comments

Color spaces of #d370fb

RGB 211112251
HSL0.790.950.71
HSV283°55°98°
CMYK 0.160.550.00   0.02
XYZ50.070732.402394.8820
Yxy32.40230.28230.1827
Hunter Lab56.923057.3971-58.9813
CIE-Lab63.674060.3951-53.6624

#d370fb color RGB value is (211,112,251).

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

The process color (four color CMYK) of #d370fb color hex is 0.16, 0.55, 0.00, 0.02. Web safe color of #d370fb is #cc66ff. Color #d370fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 11111011
Octal 323 160 373
Decimal 211 112 251
Hex D3 70 FB

RGB Percentages of Color #d370fb

%36.76
%19.51
%43.73

CMYK Percentages of Color #d370fb

%16
%55
%0
%2

Triadic Colors of #d370fb

#d370fb #fbd370 #70fbd3

Analogous Colors of #d370fb

#d370fb #fb70de #8e70fb

Monochromatic Colors of #d370fb

#d370fb

Complementary Color

#d370fb #98fb70

#d370fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370fb Color CSS Codes

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

#d370fb Text Font Color

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

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


#d370fb Background Color

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

This div background color is #d370fb


#d370fb Border Color

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

This div border color is #d370fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370fb


Comments

No comments written yet.

Please login to write comment.