Color Hex Logo

#d33dbe Color Hex

#D33DBE
(211,61,190)
0 Favorites   0 Comments

Color spaces of #d33dbe

RGB 21161190
HSL0.860.630.53
HSV308°71°83°
CMYK 0.000.710.10   0.17
XYZ37.827020.904150.7564
Yxy20.90410.34550.1909
Hunter Lab45.721067.6692-33.8151
CIE-Lab52.844471.0396-36.3772

#d33dbe color RGB value is (211,61,190).

#d33dbe hex color red value is 211, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d33dbe hue: 0.86 , saturation: 0.63 and the lightness value of d33dbe is 0.53.

The process color (four color CMYK) of #d33dbe color hex is 0.00, 0.71, 0.10, 0.17. Web safe color of #d33dbe is #cc33cc. Color #d33dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111101 10111110
Octal 323 75 276
Decimal 211 61 190
Hex D3 3D BE

RGB Percentages of Color #d33dbe

%45.67
%13.20
%41.13

CMYK Percentages of Color #d33dbe

%0
%71
%10
%17

Triadic Colors of #d33dbe

#d33dbe #bed33d #3dbed3

Analogous Colors of #d33dbe

#d33dbe #d33d73 #9d3dd3

Monochromatic Colors of #d33dbe

#d33dbe

Complementary Color

#d33dbe #3dd352

#d33dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33dbe Color CSS Codes

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

#d33dbe Text Font Color

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

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


#d33dbe Background Color

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

This div background color is #d33dbe


#d33dbe Border Color

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

This div border color is #d33dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,61,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33dbe


Comments

No comments written yet.

Please login to write comment.