Color Hex Logo

#d514ca Color Hex

#D514CA
(213,20,202)
0 Favorites   0 Comments

Color spaces of #d514ca

RGB 21320202
HSL0.840.830.46
HSV303°91°84°
CMYK 0.000.910.05   0.16
XYZ38.351418.910757.5059
Yxy18.91070.33420.1648
Hunter Lab43.486481.3208-47.9638
CIE-Lab50.582682.4805-46.8668

#d514ca color RGB value is (213,20,202).

#d514ca hex color red value is 213, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d514ca hue: 0.84 , saturation: 0.83 and the lightness value of d514ca is 0.46.

The process color (four color CMYK) of #d514ca color hex is 0.00, 0.91, 0.05, 0.16. Web safe color of #d514ca is #cc00cc. Color #d514ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010100 11001010
Octal 325 24 312
Decimal 213 20 202
Hex D5 14 CA

RGB Percentages of Color #d514ca

%48.97
%4.60
%46.44

CMYK Percentages of Color #d514ca

%0
%91
%5
%16

Triadic Colors of #d514ca

#d514ca #cad514 #14cad5

Analogous Colors of #d514ca

#d514ca #d5146a #8014d5

Monochromatic Colors of #d514ca

#d514ca

Complementary Color

#d514ca #14d51f

#d514ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d514ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d514ca Color CSS Codes

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

#d514ca Text Font Color

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

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


#d514ca Background Color

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

This div background color is #d514ca


#d514ca Border Color

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

This div border color is #d514ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,20,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d514ca


Comments

No comments written yet.

Please login to write comment.