Color Hex Logo

#d311ca Color Hex

#D311CA
(211,17,202)
0 Favorites   0 Comments

Color spaces of #d311ca

RGB 21117202
HSL0.840.850.45
HSV303°92°83°
CMYK 0.000.920.04   0.17
XYZ37.725118.514057.4623
Yxy18.51400.33180.1628
Hunter Lab43.027981.2027-49.0603
CIE-Lab50.113782.4792-47.6343

#d311ca color RGB value is (211,17,202).

#d311ca hex color red value is 211, green value is 17 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d311ca hue: 0.84 , saturation: 0.85 and the lightness value of d311ca is 0.45.

The process color (four color CMYK) of #d311ca color hex is 0.00, 0.92, 0.04, 0.17. Web safe color of #d311ca is #cc00cc. Color #d311ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 11001010
Octal 323 21 312
Decimal 211 17 202
Hex D3 11 CA

RGB Percentages of Color #d311ca

%49.07
%3.95
%46.98

CMYK Percentages of Color #d311ca

%0
%92
%4
%17

Triadic Colors of #d311ca

#d311ca #cad311 #11cad3

Analogous Colors of #d311ca

#d311ca #d31169 #7b11d3

Monochromatic Colors of #d311ca

#d311ca

Complementary Color

#d311ca #11d31a

#d311ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d311ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d311ca Color CSS Codes

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

#d311ca Text Font Color

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

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


#d311ca Background Color

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

This div background color is #d311ca


#d311ca Border Color

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

This div border color is #d311ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d311ca


Comments

No comments written yet.

Please login to write comment.