Color Hex Logo

#d215da Color Hex

#D215DA
(210,21,218)
0 Favorites   0 Comments

Color spaces of #d215da

RGB 21021218
HSL0.830.820.47
HSV298°90°85°
CMYK 0.040.900.00   0.15
XYZ39.501419.299967.9730
Yxy19.29990.31160.1522
Hunter Lab43.931783.6189-60.9840
CIE-Lab51.036284.1817-55.3518

#d215da color RGB value is (210,21,218).

#d215da hex color red value is 210, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d215da hue: 0.83 , saturation: 0.82 and the lightness value of d215da is 0.47.

The process color (four color CMYK) of #d215da color hex is 0.04, 0.90, 0.00, 0.15. Web safe color of #d215da is #cc00cc. Color #d215da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010101 11011010
Octal 322 25 332
Decimal 210 21 218
Hex D2 15 DA

RGB Percentages of Color #d215da

%46.77
%4.68
%48.55

CMYK Percentages of Color #d215da

%4
%90
%0
%15

Triadic Colors of #d215da

#d215da #dad215 #15dad2

Analogous Colors of #d215da

#d215da #da1580 #7015da

Monochromatic Colors of #d215da

#d215da

Complementary Color

#d215da #1dda15

#d215da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d215da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d215da Color CSS Codes

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

#d215da Text Font Color

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

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


#d215da Background Color

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

This div background color is #d215da


#d215da Border Color

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

This div border color is #d215da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d215da


Comments

No comments written yet.

Please login to write comment.