Color Hex Logo

#d51adc Color Hex

#D51ADC
(213,26,220)
0 Favorites   0 Comments

Color spaces of #d51adc

RGB 21326220
HSL0.830.790.48
HSV298°88°86°
CMYK 0.030.880.00   0.14
XYZ40.728220.052269.4340
Yxy20.05220.31280.1540
Hunter Lab44.779783.9856-60.5875
CIE-Lab51.896284.2986-55.0851

#d51adc color RGB value is (213,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011010 11011100
Octal 325 32 334
Decimal 213 26 220
Hex D5 1A DC

RGB Percentages of Color #d51adc

%46.41
%5.66
%47.93

CMYK Percentages of Color #d51adc

%3
%88
%0
%14

Triadic Colors of #d51adc

#d51adc #dcd51a #1adcd5

Analogous Colors of #d51adc

#d51adc #dc1a82 #741adc

Monochromatic Colors of #d51adc

#d51adc

Complementary Color

#d51adc #21dc1a

#d51adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51adc Color CSS Codes

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

#d51adc Text Font Color

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

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


#d51adc Background Color

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

This div background color is #d51adc


#d51adc Border Color

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

This div border color is #d51adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51adc


Comments

No comments written yet.

Please login to write comment.