Color Hex Logo

#d83dea Color Hex

#D83DEA
(216,61,234)
0 Favorites   0 Comments

Color spaces of #d83dea

RGB 21661234
HSL0.820.800.58
HSV294°74°92°
CMYK 0.080.740.00   0.08
XYZ44.838923.876980.0873
Yxy23.87690.30130.1605
Hunter Lab48.864078.2844-62.9706
CIE-Lab55.964379.0412-56.4599

#d83dea color RGB value is (216,61,234).

#d83dea hex color red value is 216, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d83dea hue: 0.82 , saturation: 0.80 and the lightness value of d83dea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111101 11101010
Octal 330 75 352
Decimal 216 61 234
Hex D8 3D EA

RGB Percentages of Color #d83dea

%42.27
%11.94
%45.79

CMYK Percentages of Color #d83dea

%8
%74
%0
%8

Triadic Colors of #d83dea

#d83dea #ead83d #3dead8

Analogous Colors of #d83dea

#d83dea #ea3da6 #823dea

Monochromatic Colors of #d83dea

#d83dea

Complementary Color

#d83dea #4fea3d

#d83dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83dea Color CSS Codes

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

#d83dea Text Font Color

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

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


#d83dea Background Color

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

This div background color is #d83dea


#d83dea Border Color

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

This div border color is #d83dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,61,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83dea


Comments

No comments written yet.

Please login to write comment.