Color Hex Logo

#d83def Color Hex

#D83DEF
(216,61,239)
0 Favorites   0 Comments

Color spaces of #d83def

RGB 21661239
HSL0.810.850.59
HSV292°74°94°
CMYK 0.100.740.00   0.06
XYZ45.567624.168483.9246
Yxy24.16840.29650.1573
Hunter Lab49.161479.4190-66.8025
CIE-Lab56.256079.8812-58.7955

#d83def color RGB value is (216,61,239).

#d83def hex color red value is 216, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d83def hue: 0.81 , saturation: 0.85 and the lightness value of d83def is 0.59.

The process color (four color CMYK) of #d83def color hex is 0.10, 0.74, 0.00, 0.06. Web safe color of #d83def is #cc33ff. Color #d83def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111101 11101111
Octal 330 75 357
Decimal 216 61 239
Hex D8 3D EF

RGB Percentages of Color #d83def

%41.86
%11.82
%46.32

CMYK Percentages of Color #d83def

%10
%74
%0
%6

Triadic Colors of #d83def

#d83def #efd83d #3defd8

Analogous Colors of #d83def

#d83def #ef3dad #7f3def

Monochromatic Colors of #d83def

#d83def

Complementary Color

#d83def #54ef3d

#d83def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83def Color CSS Codes

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

#d83def Text Font Color

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

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


#d83def Background Color

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

This div background color is #d83def


#d83def Border Color

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

This div border color is #d83def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83def


Comments

No comments written yet.

Please login to write comment.