Color Hex Logo

#d415cc Color Hex

#D415CC
(212,21,204)
0 Favorites   0 Comments

Color spaces of #d415cc

RGB 21221204
HSL0.840.820.46
HSV303°90°83°
CMYK 0.000.900.04   0.17
XYZ38.318618.893058.7538
Yxy18.89300.33040.1629
Hunter Lab43.466181.2955-49.7170
CIE-Lab50.561882.4647-48.0636

#d415cc color RGB value is (212,21,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010101 11001100
Octal 324 25 314
Decimal 212 21 204
Hex D4 15 CC

RGB Percentages of Color #d415cc

%48.51
%4.81
%46.68

CMYK Percentages of Color #d415cc

%0
%90
%4
%17

Triadic Colors of #d415cc

#d415cc #ccd415 #15ccd4

Analogous Colors of #d415cc

#d415cc #d4156d #7d15d4

Monochromatic Colors of #d415cc

#d415cc

Complementary Color

#d415cc #15d41d

#d415cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d415cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d415cc Color CSS Codes

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

#d415cc Text Font Color

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

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


#d415cc Background Color

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

This div background color is #d415cc


#d415cc Border Color

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

This div border color is #d415cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d415cc


Comments

No comments written yet.

Please login to write comment.