Color Hex Logo

#d715da Color Hex

#D715DA
(215,21,218)
0 Favorites   0 Comments

Color spaces of #d715da

RGB 21521218
HSL0.830.820.47
HSV299°90°85°
CMYK 0.010.900.00   0.15
XYZ40.947420.045468.0406
Yxy20.04540.31730.1554
Hunter Lab44.772184.9003-58.7632
CIE-Lab51.888585.0067-53.9390

#d715da color RGB value is (215,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 11011010
Octal 327 25 332
Decimal 215 21 218
Hex D7 15 DA

RGB Percentages of Color #d715da

%47.36
%4.63
%48.02

CMYK Percentages of Color #d715da

%1
%90
%0
%15

Triadic Colors of #d715da

#d715da #dad715 #15dad7

Analogous Colors of #d715da

#d715da #da157b #7515da

Monochromatic Colors of #d715da

#d715da

Complementary Color

#d715da #18da15

#d715da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d715da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d715da Color CSS Codes

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

#d715da Text Font Color

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

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


#d715da Background Color

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

This div background color is #d715da


#d715da Border Color

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

This div border color is #d715da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d715da


Comments

No comments written yet.

Please login to write comment.