Color Hex Logo

#d318fb Color Hex

#D318FB
(211,24,251)
0 Favorites   0 Comments

Color spaces of #d318fb

RGB 21124251
HSL0.800.970.54
HSV289°90°98°
CMYK 0.160.900.00   0.02
XYZ44.603221.467293.0595
Yxy21.46720.28030.1349
Hunter Lab46.332790.7547-86.6514
CIE-Lab53.457189.1651-70.0467

#d318fb color RGB value is (211,24,251).

#d318fb hex color red value is 211, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d318fb hue: 0.80 , saturation: 0.97 and the lightness value of d318fb is 0.54.

The process color (four color CMYK) of #d318fb color hex is 0.16, 0.90, 0.00, 0.02. Web safe color of #d318fb is #cc00ff. Color #d318fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011000 11111011
Octal 323 30 373
Decimal 211 24 251
Hex D3 18 FB

RGB Percentages of Color #d318fb

%43.42
%4.94
%51.65

CMYK Percentages of Color #d318fb

%16
%90
%0
%2

Triadic Colors of #d318fb

#d318fb #fbd318 #18fbd3

Analogous Colors of #d318fb

#d318fb #fb18b2 #6218fb

Monochromatic Colors of #d318fb

#d318fb

Complementary Color

#d318fb #40fb18

#d318fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d318fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d318fb Color CSS Codes

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

#d318fb Text Font Color

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

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


#d318fb Background Color

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

This div background color is #d318fb


#d318fb Border Color

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

This div border color is #d318fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d318fb


Comments

No comments written yet.

Please login to write comment.