Color Hex Logo

#d34ced Color Hex

#D34CED
(211,76,237)
0 Favorites   0 Comments

Color spaces of #d34ced

RGB 21176237
HSL0.810.820.61
HSV290°68°93°
CMYK 0.110.680.00   0.07
XYZ44.734525.132282.6140
Yxy25.13220.29340.1648
Hunter Lab50.132071.5505-62.6133
CIE-Lab57.204073.3955-56.2015

#d34ced color RGB value is (211,76,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001100 11101101
Octal 323 114 355
Decimal 211 76 237
Hex D3 4C ED

RGB Percentages of Color #d34ced

%40.27
%14.50
%45.23

CMYK Percentages of Color #d34ced

%11
%68
%0
%7

Triadic Colors of #d34ced

#d34ced #edd34c #4cedd3

Analogous Colors of #d34ced

#d34ced #ed4cb7 #834ced

Monochromatic Colors of #d34ced

#d34ced

Complementary Color

#d34ced #66ed4c

#d34ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34ced Color CSS Codes

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

#d34ced Text Font Color

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

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


#d34ced Background Color

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

This div background color is #d34ced


#d34ced Border Color

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

This div border color is #d34ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34ced


Comments

No comments written yet.

Please login to write comment.