Color Hex Logo

#d933fd Color Hex

#D933FD
(217,51,253)
0 Favorites   0 Comments

Color spaces of #d933fd

RGB 21751253
HSL0.800.980.60
HSV289°80°99°
CMYK 0.140.800.00   0.01
XYZ47.528724.211295.0967
Yxy24.21120.28490.1451
Hunter Lab49.204986.3108-80.1445
CIE-Lab56.298685.2327-66.5225

#d933fd color RGB value is (217,51,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110011 11111101
Octal 331 63 375
Decimal 217 51 253
Hex D9 33 FD

RGB Percentages of Color #d933fd

%41.65
%9.79
%48.56

CMYK Percentages of Color #d933fd

%14
%80
%0
%1

Triadic Colors of #d933fd

#d933fd #fdd933 #33fdd9

Analogous Colors of #d933fd

#d933fd #fd33bc #7433fd

Monochromatic Colors of #d933fd

#d933fd

Complementary Color

#d933fd #57fd33

#d933fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d933fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d933fd Color CSS Codes

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

#d933fd Text Font Color

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

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


#d933fd Background Color

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

This div background color is #d933fd


#d933fd Border Color

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

This div border color is #d933fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,51,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d933fd


Comments

No comments written yet.

Please login to write comment.