Color Hex Logo

#d335ff Color Hex

#D335FF
(211,53,255)
0 Favorites   0 Comments

Color spaces of #d335ff

RGB 21153255
HSL0.801.000.60
HSV287°79°100°
CMYK 0.170.790.00   0.00
XYZ46.187123.615196.7316
Yxy23.61510.27730.1418
Hunter Lab48.595484.6121-84.0031
CIE-Lab55.700384.0417-68.6434

#d335ff color RGB value is (211,53,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110101 11111111
Octal 323 65 377
Decimal 211 53 255
Hex D3 35 FF

RGB Percentages of Color #d335ff

%40.66
%10.21
%49.13

CMYK Percentages of Color #d335ff

%17
%79
%0
%0

Triadic Colors of #d335ff

#d335ff #ffd335 #35ffd3

Analogous Colors of #d335ff

#d335ff #ff35c6 #6e35ff

Monochromatic Colors of #d335ff

#d335ff

Complementary Color

#d335ff #61ff35

#d335ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d335ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d335ff Color CSS Codes

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

#d335ff Text Font Color

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

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


#d335ff Background Color

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

This div background color is #d335ff


#d335ff Border Color

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

This div border color is #d335ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d335ff


Comments

No comments written yet.

Please login to write comment.