Color Hex Logo

#d33dec Color Hex

#D33DEC
(211,61,236)
0 Favorites   0 Comments

Color spaces of #d33dec

RGB 21161236
HSL0.810.820.58
HSV291°74°93°
CMYK 0.110.740.00   0.07
XYZ43.673023.242581.5413
Yxy23.24250.29420.1566
Hunter Lab48.210577.3316-66.5334
CIE-Lab55.321278.4098-58.6546

#d33dec color RGB value is (211,61,236).

#d33dec hex color red value is 211, green value is 61 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d33dec hue: 0.81 , saturation: 0.82 and the lightness value of d33dec is 0.58.

The process color (four color CMYK) of #d33dec color hex is 0.11, 0.74, 0.00, 0.07. Web safe color of #d33dec is #cc33ff. Color #d33dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111101 11101100
Octal 323 75 354
Decimal 211 61 236
Hex D3 3D EC

RGB Percentages of Color #d33dec

%41.54
%12.01
%46.46

CMYK Percentages of Color #d33dec

%11
%74
%0
%7

Triadic Colors of #d33dec

#d33dec #ecd33d #3decd3

Analogous Colors of #d33dec

#d33dec #ec3dae #7c3dec

Monochromatic Colors of #d33dec

#d33dec

Complementary Color

#d33dec #56ec3d

#d33dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33dec Color CSS Codes

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

#d33dec Text Font Color

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

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


#d33dec Background Color

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

This div background color is #d33dec


#d33dec Border Color

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

This div border color is #d33dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33dec


Comments

No comments written yet.

Please login to write comment.