Color Hex Logo

#d526dc Color Hex

#D526DC
(213,38,220)
0 Favorites   0 Comments

Color spaces of #d526dc

RGB 21338220
HSL0.830.720.51
HSV298°83°86°
CMYK 0.030.830.00   0.14
XYZ41.052020.699769.5419
Yxy20.69970.31270.1577
Hunter Lab45.496981.4414-58.7767
CIE-Lab52.619382.1782-53.9276

#d526dc color RGB value is (213,38,220).

#d526dc hex color red value is 213, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d526dc hue: 0.83 , saturation: 0.72 and the lightness value of d526dc is 0.51.

The process color (four color CMYK) of #d526dc color hex is 0.03, 0.83, 0.00, 0.14. Web safe color of #d526dc is #cc33cc. Color #d526dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100110 11011100
Octal 325 46 334
Decimal 213 38 220
Hex D5 26 DC

RGB Percentages of Color #d526dc

%45.22
%8.07
%46.71

CMYK Percentages of Color #d526dc

%3
%83
%0
%14

Triadic Colors of #d526dc

#d526dc #dcd526 #26dcd5

Analogous Colors of #d526dc

#d526dc #dc2688 #7a26dc

Monochromatic Colors of #d526dc

#d526dc

Complementary Color

#d526dc #2ddc26

#d526dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d526dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d526dc Color CSS Codes

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

#d526dc Text Font Color

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

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


#d526dc Background Color

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

This div background color is #d526dc


#d526dc Border Color

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

This div border color is #d526dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d526dc


Comments

No comments written yet.

Please login to write comment.