Color Hex Logo

#d051da Color Hex

#D051DA
(208,81,218)
0 Favorites   0 Comments

Color spaces of #d051da

RGB 20881218
HSL0.820.650.59
HSV296°63°85°
CMYK 0.050.630.00   0.15
XYZ41.609724.356768.8379
Yxy24.35670.30870.1807
Hunter Lab49.352564.1286-48.1522
CIE-Lab56.443267.3996-46.7514

#d051da color RGB value is (208,81,218).

#d051da hex color red value is 208, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d051da hue: 0.82 , saturation: 0.65 and the lightness value of d051da is 0.59.

The process color (four color CMYK) of #d051da color hex is 0.05, 0.63, 0.00, 0.15. Web safe color of #d051da is #cc66cc. Color #d051da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 11011010
Octal 320 121 332
Decimal 208 81 218
Hex D0 51 DA

RGB Percentages of Color #d051da

%41.03
%15.98
%43.00

CMYK Percentages of Color #d051da

%5
%63
%0
%15

Triadic Colors of #d051da

#d051da #dad051 #51dad0

Analogous Colors of #d051da

#d051da #da51a0 #8c51da

Monochromatic Colors of #d051da

#d051da

Complementary Color

#d051da #5bda51

#d051da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d051da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d051da Color CSS Codes

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

#d051da Text Font Color

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

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


#d051da Background Color

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

This div background color is #d051da


#d051da Border Color

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

This div border color is #d051da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,81,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d051da


Comments

No comments written yet.

Please login to write comment.