Color Hex Logo

#d933df Color Hex

#D933DF
(217,51,223)
0 Favorites   0 Comments

Color spaces of #d933df

RGB 21751223
HSL0.830.730.54
HSV298°77°87°
CMYK 0.030.770.00   0.13
XYZ43.118422.447171.8722
Yxy22.44710.31370.1633
Hunter Lab47.378479.5382-56.7771
CIE-Lab54.498280.3173-52.5907

#d933df color RGB value is (217,51,223).

#d933df hex color red value is 217, green value is 51 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d933df hue: 0.83 , saturation: 0.73 and the lightness value of d933df is 0.54.

The process color (four color CMYK) of #d933df color hex is 0.03, 0.77, 0.00, 0.13. Web safe color of #d933df is #cc33cc. Color #d933df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110011 11011111
Octal 331 63 337
Decimal 217 51 223
Hex D9 33 DF

RGB Percentages of Color #d933df

%44.20
%10.39
%45.42

CMYK Percentages of Color #d933df

%3
%77
%0
%13

Triadic Colors of #d933df

#d933df #dfd933 #33dfd9

Analogous Colors of #d933df

#d933df #df338f #8333df

Monochromatic Colors of #d933df

#d933df

Complementary Color

#d933df #39df33

#d933df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d933df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d933df Color CSS Codes

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

#d933df Text Font Color

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

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


#d933df Background Color

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

This div background color is #d933df


#d933df Border Color

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

This div border color is #d933df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d933df


Comments

No comments written yet.

Please login to write comment.