Color Hex Logo

#d826cd Color Hex

#D826CD
(216,38,205)
0 Favorites   0 Comments

Color spaces of #d826cd

RGB 21638205
HSL0.840.700.50
HSV304°82°85°
CMYK 0.000.820.05   0.15
XYZ40.031520.392959.5839
Yxy20.39290.33360.1699
Hunter Lab45.158579.2069-46.6186
CIE-Lab52.278680.4886-45.8669

#d826cd color RGB value is (216,38,205).

#d826cd hex color red value is 216, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d826cd hue: 0.84 , saturation: 0.70 and the lightness value of d826cd is 0.50.

The process color (four color CMYK) of #d826cd color hex is 0.00, 0.82, 0.05, 0.15. Web safe color of #d826cd is #cc33cc. Color #d826cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 11001101
Octal 330 46 315
Decimal 216 38 205
Hex D8 26 CD

RGB Percentages of Color #d826cd

%47.06
%8.28
%44.66

CMYK Percentages of Color #d826cd

%0
%82
%5
%15

Triadic Colors of #d826cd

#d826cd #cdd826 #26cdd8

Analogous Colors of #d826cd

#d826cd #d82674 #8a26d8

Monochromatic Colors of #d826cd

#d826cd

Complementary Color

#d826cd #26d831

#d826cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826cd Color CSS Codes

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

#d826cd Text Font Color

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

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


#d826cd Background Color

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

This div background color is #d826cd


#d826cd Border Color

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

This div border color is #d826cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826cd


Comments

No comments written yet.

Please login to write comment.