Color Hex Logo

#d368fb Color Hex

#D368FB
(211,104,251)
0 Favorites   0 Comments

Color spaces of #d368fb

RGB 211104251
HSL0.790.950.70
HSV284°59°98°
CMYK 0.160.590.00   0.02
XYZ49.226930.714594.6007
Yxy30.71450.28200.1760
Hunter Lab55.420761.5648-62.4110
CIE-Lab62.265964.1833-55.9012

#d368fb color RGB value is (211,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 11111011
Octal 323 150 373
Decimal 211 104 251
Hex D3 68 FB

RGB Percentages of Color #d368fb

%37.28
%18.37
%44.35

CMYK Percentages of Color #d368fb

%16
%59
%0
%2

Triadic Colors of #d368fb

#d368fb #fbd368 #68fbd3

Analogous Colors of #d368fb

#d368fb #fb68da #8a68fb

Monochromatic Colors of #d368fb

#d368fb

Complementary Color

#d368fb #90fb68

#d368fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368fb Color CSS Codes

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

#d368fb Text Font Color

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

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


#d368fb Background Color

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

This div background color is #d368fb


#d368fb Border Color

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

This div border color is #d368fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368fb


Comments

No comments written yet.

Please login to write comment.