Color Hex Logo

#d360fb Color Hex

#D360FB
(211,96,251)
0 Favorites   0 Comments

Color spaces of #d360fb

RGB 21196251
HSL0.790.950.68
HSV285°62°98°
CMYK 0.160.620.00   0.02
XYZ48.459429.179794.3449
Yxy29.17970.28180.1697
Hunter Lab54.018265.5992-65.7395
CIE-Lab60.939967.8010-58.0152

#d360fb color RGB value is (211,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100000 11111011
Octal 323 140 373
Decimal 211 96 251
Hex D3 60 FB

RGB Percentages of Color #d360fb

%37.81
%17.20
%44.98

CMYK Percentages of Color #d360fb

%16
%62
%0
%2

Triadic Colors of #d360fb

#d360fb #fbd360 #60fbd3

Analogous Colors of #d360fb

#d360fb #fb60d6 #8660fb

Monochromatic Colors of #d360fb

#d360fb

Complementary Color

#d360fb #88fb60

#d360fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d360fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d360fb Color CSS Codes

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

#d360fb Text Font Color

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

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


#d360fb Background Color

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

This div background color is #d360fb


#d360fb Border Color

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

This div border color is #d360fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d360fb

Related Colors


Comments

No comments written yet.

Please login to write comment.