Color Hex Logo

#d33bdf Color Hex

#D33BDF
(211,59,223)
0 Favorites   0 Comments

Color spaces of #d33bdf

RGB 21159223
HSL0.820.720.55
HSV296°74°87°
CMYK 0.050.740.00   0.13
XYZ41.747222.304571.9169
Yxy22.30450.30700.1640
Hunter Lab47.227675.1379-57.2258
CIE-Lab54.348676.8456-52.8848

#d33bdf color RGB value is (211,59,223).

#d33bdf hex color red value is 211, green value is 59 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d33bdf hue: 0.82 , saturation: 0.72 and the lightness value of d33bdf is 0.55.

The process color (four color CMYK) of #d33bdf color hex is 0.05, 0.74, 0.00, 0.13. Web safe color of #d33bdf is #cc33cc. Color #d33bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111011 11011111
Octal 323 73 337
Decimal 211 59 223
Hex D3 3B DF

RGB Percentages of Color #d33bdf

%42.80
%11.97
%45.23

CMYK Percentages of Color #d33bdf

%5
%74
%0
%13

Triadic Colors of #d33bdf

#d33bdf #dfd33b #3bdfd3

Analogous Colors of #d33bdf

#d33bdf #df3b99 #813bdf

Monochromatic Colors of #d33bdf

#d33bdf

Complementary Color

#d33bdf #47df3b

#d33bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33bdf Color CSS Codes

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

#d33bdf Text Font Color

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

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


#d33bdf Background Color

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

This div background color is #d33bdf


#d33bdf Border Color

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

This div border color is #d33bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33bdf


Comments

No comments written yet.

Please login to write comment.