Color Hex Logo

#d31ced Color Hex

#D31CED
(211,28,237)
0 Favorites   0 Comments

Color spaces of #d31ced

RGB 21128237
HSL0.810.850.52
HSV293°88°93°
CMYK 0.110.880.00   0.07
XYZ42.565320.793881.8909
Yxy20.79380.29300.1432
Hunter Lab45.600286.8196-74.5555
CIE-Lab52.723186.3189-63.3934

#d31ced color RGB value is (211,28,237).

#d31ced hex color red value is 211, green value is 28 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d31ced hue: 0.81 , saturation: 0.85 and the lightness value of d31ced is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011100 11101101
Octal 323 34 355
Decimal 211 28 237
Hex D3 1C ED

RGB Percentages of Color #d31ced

%44.33
%5.88
%49.79

CMYK Percentages of Color #d31ced

%11
%88
%0
%7

Triadic Colors of #d31ced

#d31ced #edd31c #1cedd3

Analogous Colors of #d31ced

#d31ced #ed1c9f #6b1ced

Monochromatic Colors of #d31ced

#d31ced

Complementary Color

#d31ced #36ed1c

#d31ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31ced Color CSS Codes

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

#d31ced Text Font Color

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

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


#d31ced Background Color

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

This div background color is #d31ced


#d31ced Border Color

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

This div border color is #d31ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31ced


Comments

No comments written yet.

Please login to write comment.