Color Hex Logo

#d337ff Color Hex

#D337FF
(211,55,255)
0 Favorites   0 Comments

Color spaces of #d337ff

RGB 21155255
HSL0.801.000.61
HSV287°78°100°
CMYK 0.170.780.00   0.00
XYZ46.280223.801396.7626
Yxy23.80130.27740.1427
Hunter Lab48.786683.9532-83.4443
CIE-Lab55.888383.4955-68.3398

#d337ff color RGB value is (211,55,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 11111111
Octal 323 67 377
Decimal 211 55 255
Hex D3 37 FF

RGB Percentages of Color #d337ff

%40.50
%10.56
%48.94

CMYK Percentages of Color #d337ff

%17
%78
%0
%0

Triadic Colors of #d337ff

#d337ff #ffd337 #37ffd3

Analogous Colors of #d337ff

#d337ff #ff37c7 #6f37ff

Monochromatic Colors of #d337ff

#d337ff

Complementary Color

#d337ff #63ff37

#d337ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d337ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d337ff Color CSS Codes

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

#d337ff Text Font Color

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

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


#d337ff Background Color

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

This div background color is #d337ff


#d337ff Border Color

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

This div border color is #d337ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d337ff


Comments

No comments written yet.

Please login to write comment.