Color Hex Logo

#d34def Color Hex

#D34DEF
(211,77,239)
0 Favorites   0 Comments

Color spaces of #d34def

RGB 21177239
HSL0.800.840.62
HSV290°68°94°
CMYK 0.120.680.00   0.06
XYZ45.097825.388684.1849
Yxy25.38860.29160.1641
Hunter Lab50.387171.5848-63.7886
CIE-Lab57.452173.3761-56.9227

#d34def color RGB value is (211,77,239).

#d34def hex color red value is 211, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d34def hue: 0.80 , saturation: 0.84 and the lightness value of d34def is 0.62.

The process color (four color CMYK) of #d34def color hex is 0.12, 0.68, 0.00, 0.06. Web safe color of #d34def is #cc66ff. Color #d34def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001101 11101111
Octal 323 115 357
Decimal 211 77 239
Hex D3 4D EF

RGB Percentages of Color #d34def

%40.04
%14.61
%45.35

CMYK Percentages of Color #d34def

%12
%68
%0
%6

Triadic Colors of #d34def

#d34def #efd34d #4defd3

Analogous Colors of #d34def

#d34def #ef4dba #824def

Monochromatic Colors of #d34def

#d34def

Complementary Color

#d34def #69ef4d

#d34def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34def Color CSS Codes

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

#d34def Text Font Color

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

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


#d34def Background Color

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

This div background color is #d34def


#d34def Border Color

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

This div border color is #d34def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34def


Comments

No comments written yet.

Please login to write comment.