Color Hex Logo

#d026cd Color Hex

#D026CD
(208,38,205)
0 Favorites   0 Comments

Color spaces of #d026cd

RGB 20838205
HSL0.840.690.48
HSV301°82°82°
CMYK 0.000.820.01   0.18
XYZ37.725019.203959.4760
Yxy19.20390.32410.1650
Hunter Lab43.822376.9753-49.7934
CIE-Lab50.924978.9823-48.1020

#d026cd color RGB value is (208,38,205).

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

The process color (four color CMYK) of #d026cd color hex is 0.00, 0.82, 0.01, 0.18. Web safe color of #d026cd is #cc33cc. Color #d026cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 11001101
Octal 320 46 315
Decimal 208 38 205
Hex D0 26 CD

RGB Percentages of Color #d026cd

%46.12
%8.43
%45.45

CMYK Percentages of Color #d026cd

%0
%82
%1
%18

Triadic Colors of #d026cd

#d026cd #cdd026 #26cdd0

Analogous Colors of #d026cd

#d026cd #d02678 #7e26d0

Monochromatic Colors of #d026cd

#d026cd

Complementary Color

#d026cd #26d029

#d026cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026cd Color CSS Codes

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

#d026cd Text Font Color

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

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


#d026cd Background Color

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

This div background color is #d026cd


#d026cd Border Color

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

This div border color is #d026cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026cd


Comments

No comments written yet.

Please login to write comment.