Color Hex Logo

#d610da Color Hex

#D610DA
(214,16,218)
0 Favorites   0 Comments

Color spaces of #d610da

RGB 21416218
HSL0.830.860.46
HSV299°93°85°
CMYK 0.020.930.00   0.15
XYZ40.571719.728767.9993
Yxy19.72870.31620.1538
Hunter Lab44.417085.3170-59.6769
CIE-Lab51.529185.3975-54.5241

#d610da color RGB value is (214,16,218).

#d610da hex color red value is 214, green value is 16 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d610da hue: 0.83 , saturation: 0.86 and the lightness value of d610da is 0.46.

The process color (four color CMYK) of #d610da color hex is 0.02, 0.93, 0.00, 0.15. Web safe color of #d610da is #cc00cc. Color #d610da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010000 11011010
Octal 326 20 332
Decimal 214 16 218
Hex D6 10 DA

RGB Percentages of Color #d610da

%47.77
%3.57
%48.66

CMYK Percentages of Color #d610da

%2
%93
%0
%15

Triadic Colors of #d610da

#d610da #dad610 #10dad6

Analogous Colors of #d610da

#d610da #da1079 #7110da

Monochromatic Colors of #d610da

#d610da

Complementary Color

#d610da #14da10

#d610da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d610da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d610da Color CSS Codes

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

#d610da Text Font Color

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

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


#d610da Background Color

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

This div background color is #d610da


#d610da Border Color

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

This div border color is #d610da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d610da


Comments

No comments written yet.

Please login to write comment.