Color Hex Logo

#d01dec Color Hex

#D01DEC
(208,29,236)
0 Favorites   0 Comments

Color spaces of #d01dec

RGB 20829236
HSL0.810.840.52
HSV292°88°93°
CMYK 0.120.880.00   0.07
XYZ41.592120.344881.0917
Yxy20.34480.29080.1422
Hunter Lab45.105285.6630-75.0200
CIE-Lab52.224885.5286-63.6589

#d01dec color RGB value is (208,29,236).

#d01dec hex color red value is 208, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d01dec hue: 0.81 , saturation: 0.84 and the lightness value of d01dec is 0.52.

The process color (four color CMYK) of #d01dec color hex is 0.12, 0.88, 0.00, 0.07. Web safe color of #d01dec is #cc33ff. Color #d01dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 11101100
Octal 320 35 354
Decimal 208 29 236
Hex D0 1D EC

RGB Percentages of Color #d01dec

%43.97
%6.13
%49.89

CMYK Percentages of Color #d01dec

%12
%88
%0
%7

Triadic Colors of #d01dec

#d01dec #ecd01d #1decd0

Analogous Colors of #d01dec

#d01dec #ec1da1 #691dec

Monochromatic Colors of #d01dec

#d01dec

Complementary Color

#d01dec #39ec1d

#d01dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01dec Color CSS Codes

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

#d01dec Text Font Color

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

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


#d01dec Background Color

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

This div background color is #d01dec


#d01dec Border Color

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

This div border color is #d01dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01dec


Comments

No comments written yet.

Please login to write comment.