Color Hex Logo

#d333ff Color Hex

#D333FF
(211,51,255)
0 Favorites   0 Comments

Color spaces of #d333ff

RGB 21151255
HSL0.801.000.60
HSV287°80°100°
CMYK 0.170.800.00   0.00
XYZ46.097823.436596.7018
Yxy23.43650.27730.1410
Hunter Lab48.411385.2502-84.5443
CIE-Lab55.519184.5693-68.9360

#d333ff color RGB value is (211,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110011 11111111
Octal 323 63 377
Decimal 211 51 255
Hex D3 33 FF

RGB Percentages of Color #d333ff

%40.81
%9.86
%49.32

CMYK Percentages of Color #d333ff

%17
%80
%0
%0

Triadic Colors of #d333ff

#d333ff #ffd333 #33ffd3

Analogous Colors of #d333ff

#d333ff #ff33c5 #6d33ff

Monochromatic Colors of #d333ff

#d333ff

Complementary Color

#d333ff #5fff33

#d333ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d333ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d333ff Color CSS Codes

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

#d333ff Text Font Color

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

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


#d333ff Background Color

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

This div background color is #d333ff


#d333ff Border Color

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

This div border color is #d333ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d333ff


Comments

No comments written yet.

Please login to write comment.