Color Hex Logo

#d337fb Color Hex

#D337FB
(211,55,251)
0 Favorites   0 Comments

Color spaces of #d337fb

RGB 21155251
HSL0.800.960.60
HSV288°78°98°
CMYK 0.160.780.00   0.02
XYZ45.642723.546393.4060
Yxy23.54630.28070.1448
Hunter Lab48.524582.9811-80.1615
CIE-Lab55.630682.7916-66.5345

#d337fb color RGB value is (211,55,251).

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

The process color (four color CMYK) of #d337fb color hex is 0.16, 0.78, 0.00, 0.02. Web safe color of #d337fb is #cc33ff. Color #d337fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 11111011
Octal 323 67 373
Decimal 211 55 251
Hex D3 37 FB

RGB Percentages of Color #d337fb

%40.81
%10.64
%48.55

CMYK Percentages of Color #d337fb

%16
%78
%0
%2

Triadic Colors of #d337fb

#d337fb #fbd337 #37fbd3

Analogous Colors of #d337fb

#d337fb #fb37c1 #7137fb

Monochromatic Colors of #d337fb

#d337fb

Complementary Color

#d337fb #5ffb37

#d337fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d337fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d337fb Color CSS Codes

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

#d337fb Text Font Color

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

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


#d337fb Background Color

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

This div background color is #d337fb


#d337fb Border Color

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

This div border color is #d337fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d337fb


Comments

No comments written yet.

Please login to write comment.