Color Hex Logo

#d715be Color Hex

#D715BE
(215,21,190)
0 Favorites   0 Comments

Color spaces of #d715be

RGB 21521190
HSL0.850.820.46
HSV308°90°84°
CMYK 0.000.900.12   0.16
XYZ37.586818.701150.3438
Yxy18.70110.35250.1754
Hunter Lab43.244879.4674-38.7517
CIE-Lab50.335781.0729-40.2813

#d715be color RGB value is (215,21,190).

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

The process color (four color CMYK) of #d715be color hex is 0.00, 0.90, 0.12, 0.16. Web safe color of #d715be is #cc00cc. Color #d715be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 10111110
Octal 327 25 276
Decimal 215 21 190
Hex D7 15 BE

RGB Percentages of Color #d715be

%50.47
%4.93
%44.60

CMYK Percentages of Color #d715be

%0
%90
%12
%16

Triadic Colors of #d715be

#d715be #bed715 #15bed7

Analogous Colors of #d715be

#d715be #d7155d #8f15d7

Monochromatic Colors of #d715be

#d715be

Complementary Color

#d715be #15d72e

#d715be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d715be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d715be Color CSS Codes

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

#d715be Text Font Color

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

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


#d715be Background Color

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

This div background color is #d715be


#d715be Border Color

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

This div border color is #d715be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,21,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d715be


Comments

No comments written yet.

Please login to write comment.