Color Hex Logo

#d314da Color Hex

#D314DA
(211,20,218)
0 Favorites   0 Comments

Color spaces of #d314da

RGB 21120218
HSL0.830.830.47
HSV298°91°85°
CMYK 0.030.910.00   0.15
XYZ39.769019.411267.9803
Yxy19.41120.31270.1527
Hunter Lab44.058184.0209-60.6419
CIE-Lab51.164984.4680-55.1361

#d314da color RGB value is (211,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 11011010
Octal 323 24 332
Decimal 211 20 218
Hex D3 14 DA

RGB Percentages of Color #d314da

%46.99
%4.45
%48.55

CMYK Percentages of Color #d314da

%3
%91
%0
%15

Triadic Colors of #d314da

#d314da #dad314 #14dad3

Analogous Colors of #d314da

#d314da #da147e #7014da

Monochromatic Colors of #d314da

#d314da

Complementary Color

#d314da #1bda14

#d314da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d314da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d314da Color CSS Codes

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

#d314da Text Font Color

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

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


#d314da Background Color

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

This div background color is #d314da


#d314da Border Color

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

This div border color is #d314da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d314da


Comments

No comments written yet.

Please login to write comment.