Color Hex Logo

#d714da Color Hex

#D714DA
(215,20,218)
0 Favorites   0 Comments

Color spaces of #d714da

RGB 21520218
HSL0.830.830.47
HSV299°91°85°
CMYK 0.010.910.00   0.15
XYZ40.929420.009368.0346
Yxy20.00930.31730.1551
Hunter Lab44.731885.0463-58.8647
CIE-Lab51.847785.1271-54.0043

#d714da color RGB value is (215,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010100 11011010
Octal 327 24 332
Decimal 215 20 218
Hex D7 14 DA

RGB Percentages of Color #d714da

%47.46
%4.42
%48.12

CMYK Percentages of Color #d714da

%1
%91
%0
%15

Triadic Colors of #d714da

#d714da #dad714 #14dad7

Analogous Colors of #d714da

#d714da #da147a #7414da

Monochromatic Colors of #d714da

#d714da

Complementary Color

#d714da #17da14

#d714da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d714da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d714da Color CSS Codes

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

#d714da Text Font Color

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

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


#d714da Background Color

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

This div background color is #d714da


#d714da Border Color

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

This div border color is #d714da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d714da


Comments

No comments written yet.

Please login to write comment.