Color Hex Logo

#d115ca Color Hex

#D115CA
(209,21,202)
0 Favorites   0 Comments

Color spaces of #d115ca

RGB 20921202
HSL0.840.820.45
HSV302°90°82°
CMYK 0.000.900.03   0.18
XYZ37.223318.355957.4583
Yxy18.35590.32930.1624
Hunter Lab42.843880.1068-49.5239
CIE-Lab49.925081.6562-47.9559

#d115ca color RGB value is (209,21,202).

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

The process color (four color CMYK) of #d115ca color hex is 0.00, 0.90, 0.03, 0.18. Web safe color of #d115ca is #cc00cc. Color #d115ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010101 11001010
Octal 321 25 312
Decimal 209 21 202
Hex D1 15 CA

RGB Percentages of Color #d115ca

%48.38
%4.86
%46.76

CMYK Percentages of Color #d115ca

%0
%90
%3
%18

Triadic Colors of #d115ca

#d115ca #cad115 #15cad1

Analogous Colors of #d115ca

#d115ca #d1156c #7a15d1

Monochromatic Colors of #d115ca

#d115ca

Complementary Color

#d115ca #15d11c

#d115ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d115ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d115ca Color CSS Codes

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

#d115ca Text Font Color

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

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


#d115ca Background Color

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

This div background color is #d115ca


#d115ca Border Color

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

This div border color is #d115ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d115ca


Comments

No comments written yet.

Please login to write comment.