Color Hex Logo

#d82acc Color Hex

#D82ACC
(216,42,204)
0 Favorites   0 Comments

Color spaces of #d82acc

RGB 21642204
HSL0.840.690.51
HSV304°81°85°
CMYK 0.000.810.06   0.15
XYZ40.046020.614558.9951
Yxy20.61450.33470.1723
Hunter Lab45.403277.9829-45.2568
CIE-Lab52.525079.4717-44.9014

#d82acc color RGB value is (216,42,204).

#d82acc hex color red value is 216, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d82acc hue: 0.84 , saturation: 0.69 and the lightness value of d82acc is 0.51.

The process color (four color CMYK) of #d82acc color hex is 0.00, 0.81, 0.06, 0.15. Web safe color of #d82acc is #cc33cc. Color #d82acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101010 11001100
Octal 330 52 314
Decimal 216 42 204
Hex D8 2A CC

RGB Percentages of Color #d82acc

%46.75
%9.09
%44.16

CMYK Percentages of Color #d82acc

%0
%81
%6
%15

Triadic Colors of #d82acc

#d82acc #ccd82a #2accd8

Analogous Colors of #d82acc

#d82acc #d82a75 #8d2ad8

Monochromatic Colors of #d82acc

#d82acc

Complementary Color

#d82acc #2ad836

#d82acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82acc Color CSS Codes

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

#d82acc Text Font Color

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

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


#d82acc Background Color

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

This div background color is #d82acc


#d82acc Border Color

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

This div border color is #d82acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82acc


Comments

No comments written yet.

Please login to write comment.